@import 'partials/leaflet'; body { margin:0; padding:0; } #content { z-index: -1; // keep branding visible position:absolute; top:0; bottom:0; width:100%; max-width: 100%; // override local styling margin: 0; } .leaflet-control-scale { text-align: center; } .leaflet-left .leaflet-control { margin-left: 20px; // match branding } .leaflet-left .leaflet-control { margin-top: 96px; // match branding (20+56+20) } .topbar { display: inline-block; // avoid shadowing across whole viewport background-color: unset; // override local styling } // override local styling .pageheader, .topbar ul, .sidebar, .farbar, #footer { display: none; }