We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346bd39 commit b4a5431Copy full SHA for b4a5431
packages/notebook-extension/style/base.css
@@ -24,8 +24,8 @@ body[data-notebook='notebooks']
24
background: var(--jp-layout-color0) !important;
25
}
26
27
-body[data-notebook='notebooks'] .jp-Notebook > *:first-child,
28
-body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child {
+body[data-notebook='notebooks'] .jp-WindowedPanel-window,
+body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
29
margin-top: var(--jp-notebook-toolbar-margin-bottom);
30
31
0 commit comments