make sure inspector footer stays on top

otherwise the "view on osm.org" link is unclickable after uploading changes
This commit is contained in:
Martin Raifer
2017-06-11 13:55:27 +02:00
committed by GitHub
parent 38b20c2584
commit 6b46fb7ff9

View File

@@ -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 {