Allow saving at <z16 (fixes #1599)

This commit is contained in:
John Firebaugh
2013-06-17 14:19:54 -07:00
parent 203f8e3e21
commit 26d70fa18f
+8 -2
View File
@@ -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 {