@@ -15,7 +15,6 @@ body[data-notebook='notebooks'] .jp-NotebookPanel-toolbar {
15
15
16
16
body [data-notebook = 'notebooks' ] .jp-Notebook > * {
17
17
background : var (--jp-layout-color0 );
18
- padding-bottom : var (--jp-notebook-padding );
19
18
}
20
19
21
20
body [data-notebook = 'notebooks' ]
@@ -24,7 +23,6 @@ body[data-notebook='notebooks']
24
23
background : var (--jp-layout-color0 ) !important ;
25
24
}
26
25
27
- body [data-notebook = 'notebooks' ] .jp-WindowedPanel-window ,
28
26
body [data-notebook = 'notebooks' ] .jp-WindowedPanel-inner {
29
27
margin-top : var (--jp-notebook-toolbar-margin-bottom );
30
28
}
@@ -50,8 +48,14 @@ body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
50
48
min-height : 0 ;
51
49
}
52
50
51
+ /* body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child { */
52
+ /* TODO: revisit when https://github.com/jupyterlab/jupyterlab/issues/13151 is fixed */
53
+ .jp-Notebook-cell [data-windowed-list-index = '0' ] {
54
+ padding-top : calc (2 * var (--jp-notebook-padding ));
55
+ }
56
+
53
57
body [data-notebook = 'notebooks' ] .jp-WindowedPanel-window > * : last-child {
54
- padding-bottom : 10 px ;
58
+ padding-bottom : calc ( 2 * var ( --jp-notebook-padding )) ;
55
59
}
56
60
57
61
body [data-notebook = 'notebooks' ]
@@ -210,7 +214,6 @@ body[data-notebook='notebooks']
210
214
left : 0 ;
211
215
right : 0 ;
212
216
box-shadow : 0px 0px 12px 1px var (--jp-shadow-umbra-color );
213
- margin-bottom : -11px ;
214
217
}
215
218
216
219
body [data-notebook = 'notebooks' ]
0 commit comments