Fix notebook margins

pull/6539/head
Jeremy Tuloup 4 years ago
parent 346bd39a3d
commit b4a5431ef7

@ -24,8 +24,8 @@ body[data-notebook='notebooks']
background: var(--jp-layout-color0) !important;
}
body[data-notebook='notebooks'] .jp-Notebook > *:first-child,
body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child {
body[data-notebook='notebooks'] .jp-WindowedPanel-window,
body[data-notebook='notebooks'] .jp-WindowedPanel-inner {
margin-top: var(--jp-notebook-toolbar-margin-bottom);
}

Loading…
Cancel
Save