From e3e5b9fbf1f1882c73b564affb1fbf999cf65bee Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Wed, 16 Aug 2023 18:34:53 +0300 Subject: [PATCH] Remove right leaflet toolbar position override Has no effect, doesn't take rtl into account. Was added in https://github.com/openstreetmap/openstreetmap-website/commit/537d72b0f66562475808249a1a2ef3223df5dd52#diff-fe520170ce0c939dc1e59f3395a360a1866b4da19b474c9f0b35112f72e952d8R117 --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 2386fed82..aa2c95a99 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -324,10 +324,6 @@ body.small-nav { .overlay-sidebar #sidebar #banner { display: none; } - - .leaflet-top.leaflet-right { - top: 10px !important; - } } /* Utility for styling notification numbers */ -- 2.39.5