mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Allow saving at <z16 (fixes #1599)
This commit is contained in:
+8
-2
@@ -611,7 +611,6 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
|
||||
.header {
|
||||
border-bottom: 1px solid #ccc;
|
||||
z-index: 2;
|
||||
height: 60px;
|
||||
position: relative;
|
||||
}
|
||||
@@ -673,6 +672,14 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
background: #f6f6f6;
|
||||
}
|
||||
|
||||
.sidebar-component {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.inspector-wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -2389,7 +2396,6 @@ img.wiki-image {
|
||||
right: 0;
|
||||
text-align: center;
|
||||
background: #fff;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.notice .zoom-to {
|
||||
|
||||
Reference in New Issue
Block a user