Fix map for anonymous viewers.

This commit is contained in:
Rasmus Kaj 2020-09-02 02:04:05 +02:00
parent a23f88d685
commit 63c0a83674

View File

@ -302,8 +302,9 @@ main.details {
height: 100%; height: 100%;
} }
#map { #map {
margin: 0; grid-row: -2;
height: calc(100% - 2px) !important; height: calc(100% - 2px) !important;
margin: 0;
width: -moz-available; width: -moz-available;
} }
.admbuttons { .admbuttons {