fill #site height with notebook containers

avoids cutoff of overlay elements
Min RK 11 years ago
parent 7a2e994a7e
commit a1abe28c2c

@ -8,12 +8,14 @@
#ipython-main-app {
.border-box-sizing();
height: 100%;
}
div#notebook_panel {
margin: 0px;
padding: 0px;
.border-box-sizing();
height: 100%;
}
#notebook {
@ -27,6 +29,7 @@ div#notebook_panel {
margin: 0px;
outline: none;
.border-box-sizing();
min-height: 100%;
}
#notebook-container{

@ -10358,6 +10358,7 @@ h6:hover .anchor-link {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
div#notebook_panel {
margin: 0px;
@ -10365,6 +10366,7 @@ div#notebook_panel {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
height: 100%;
}
#notebook {
font-size: 14px;
@ -10379,6 +10381,7 @@ div#notebook_panel {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
min-height: 100%;
}
@media not print {
#notebook-container {

Loading…
Cancel
Save