style.css (291B)
1 .leaflet-controls-corner-raised { 2 z-index: 2000 !important; 3 /* workaround for Chrome bug displaying scrollbar above all other objects */ 4 /* https://stackoverflow.com/questions/16874546/strange-z-index-behavior-with-scrollbars-under-chrome */ 5 transform: translate3d(0,0,0); 6 }