diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -206,14 +206,14 @@ html, body { #layer-selection-button, #map-legend-button, #export-to-image, - #map-menu #layer-selection-panel, - #map-menu #map-legend-panel, + #layer-selection-panel, + #map-legend-panel, #map-menu .ol-full-screen { display: none; } } @media screen and (min-width: 350px) and (max-width: 576px) { - #map-menu #info-button { + #info-button { bottom: 0; right: 0; position: absolute; |