apply `position: relative` to header

otherwise, z-index has no effect,
causing header shadow to fall behind content.
Min RK 11 years ago
parent 708088d74a
commit 7f3f3d4316

@ -23,6 +23,7 @@ body {
background-color: @body-bg;
/* Display over codemirror */
position: relative;
z-index: 100;
#header-container {

@ -8401,6 +8401,7 @@ body {
display: none;
background-color: #ffffff;
/* Display over codemirror */
position: relative;
z-index: 100;
}
#header #header-container {

Loading…
Cancel
Save