mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #7683 from minrk/fill-height
fill #site height with notebook containers
This commit is contained in:
commit
2aac3e913a
@ -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{
|
||||
|
3
IPython/html/static/style/style.min.css
vendored
3
IPython/html/static/style/style.min.css
vendored
@ -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…
Reference in New Issue
Block a user