Commit 0d3fb29f authored by Alfakhori's avatar Alfakhori
Browse files

fix darkining

parent 52b3b364
Pipeline #12458 passed with stage
in 23 seconds
This diff is collapsed.
...@@ -266,3 +266,41 @@ button:active { ...@@ -266,3 +266,41 @@ button:active {
background-color: #0056b3; background-color: #0056b3;
transform: scale(0.95); transform: scale(0.95);
} }
/* ============================================================
MAP WINDOW
============================================================ */
#map-window {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: none;
background: #ffffff;
z-index: 100;
box-sizing: border-box;
}
/* Map itself */
#map-container {
width: 100%;
height: 100%;
position: relative;
}
/* Make sure Leaflet fills the map window */
#map-container .leaflet-container {
width: 100%;
height: 100%;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment