position spinner under inspector

fixes #1118
This commit is contained in:
Ansis Brammanis
2013-03-28 19:18:13 -04:00
parent df465f73f9
commit d1fdc7ec43
+1 -2
View File
@@ -33,7 +33,7 @@ body {
.spinner {
opacity: .5;
z-index: 10;
z-index: 2;
position: relative;
}
@@ -46,7 +46,6 @@ body {
margin: auto;
border-radius: 4px;
background: black;
pointer-events:none;
}
div, textarea, input, form, span, ul, li, ol, a, button, h1, h2, h3, h4, h5 {