From 6b46fb7ff9e7b9d3bbc4801873cfc21544091ea3 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Sun, 11 Jun 2017 13:55:27 +0200 Subject: [PATCH] make sure inspector footer stays on top otherwise the "view on osm.org" link is unclickable after uploading changes --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 71d753223..8a10c8e9d 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -657,6 +657,7 @@ button.save.has-count .count::before { border-top: 1px solid #ccc; background-color: #fafafa; width: 100%; + z-index: 1; } .sidebar-component .body {