Enable a bit scrolling past the notebook

This commit is contained in:
Jeremy Tuloup 2022-10-01 23:44:08 +02:00
parent 2f56fccd18
commit 333cda912f

View File

@ -44,8 +44,7 @@ body[data-notebook='notebooks'] .jp-Notebook {
}
body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
background: var(--jp-layout-color0);
min-height: 0;
min-height: 100px;
}
/* body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child { */