From: Tom Hughes Date: Fri, 30 Sep 2016 08:03:24 +0000 (+0100) Subject: Remove z-index override from leaflet controls on small screens X-Git-Tag: live~3722 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a1ff77ec56969346ecb5ba978879f5a96f166735?ds=sidebyside Remove z-index override from leaflet controls on small screens Fixes #1305 --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 0152e8b30..984364736 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -133,7 +133,6 @@ body.small { .leaflet-top.leaflet-right { top: 10px !important; - z-index: 0; } .content_map {