mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
heightmap select - style fixes
This commit is contained in:
parent
e1cbca2546
commit
48e36fa26c
3 changed files with 28 additions and 2 deletions
|
|
@ -24,8 +24,12 @@
|
|||
font-size: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
#map {
|
||||
position: absolute;
|
||||
#loading > * {
|
||||
pointer-events: none;
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
#loading > * {
|
||||
pointer-events: none;
|
||||
|
|
@ -117,6 +121,7 @@
|
|||
id="map"
|
||||
width="100%"
|
||||
height="100%"
|
||||
style="position: absolute"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue