#top-bar {
position: absolute;
+ z-index: 10000;
top: 0;
left: 185px;
right: 0;
.site-index .leaflet-top,
.site-export .leaflet-top {
- top: 10px !important;
+ top: 40px !important;
.leaflet-control {
margin-top: 0px !important;
.site-index #content,
.site-export #content {
position: fixed;
+ margin-top: 0px;
left: 0px;
right: 0px;
top: 0px;
padding: 0px;
}
+.site-edit #content {
+ top: 30px;
+}
+
#slim_container {
width: 100%;
}