From a1ff77ec56969346ecb5ba978879f5a96f166735 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 30 Sep 2016 09:03:24 +0100 Subject: [PATCH] Remove z-index override from leaflet controls on small screens Fixes #1305 --- app/assets/stylesheets/small.scss | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.43.2