heightmap select - style fixes

This commit is contained in:
Azgaar 2022-05-27 02:22:25 +03:00 committed by Peter
parent e1cbca2546
commit 48e36fa26c
3 changed files with 28 additions and 2 deletions

View file

@ -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"