Only hide top-level-header.

closes jupyter/nbconvert#100
Matthias Bussonnier 11 years ago
parent c4f2c5ac23
commit 937b42fda4

@ -17,7 +17,7 @@ body {
overflow: visible;
}
#header {
body > #header {
/* Initially hidden to prevent FLOUC */
display: none;
background-color: @body-bg;

@ -79,7 +79,7 @@ p {
transition: height .2s ease;
}
.notebook_app #header {
.notebook_app > #header {
.box-shadow(@global-shadow);
}

Loading…
Cancel
Save