]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet.zoom.css.scss
Set the z-index on the top bar to keep it in front
[rails.git] / app / assets / stylesheets / leaflet.zoom.css.scss
index a3ab049dec3ca4b24072a5c773b3cf7f01cabf68..26d83f5b7609134ce183f2508605bb61ea9971c1 100644 (file)
@@ -11,7 +11,9 @@
 
 .leaflet-control-zoomslider-in,
 .leaflet-control-zoomslider-out {
-  text-indent: -9999;
+  text-indent: 100%;
+  white-space: nowrap;
+  overflow: hidden;
   outline-style: none;
 }