Skip to content

Commit 333cda9

Browse files
committed
Enable a bit scrolling past the notebook
1 parent 2f56fcc commit 333cda9

File tree

1 file changed

+1
-2
lines changed
  • packages/notebook-extension/style

1 file changed

+1
-2
lines changed

packages/notebook-extension/style/base.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ body[data-notebook='notebooks'] .jp-Notebook {
4444
}
4545

4646
body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
47-
background: var(--jp-layout-color0);
48-
min-height: 0;
47+
min-height: 100px;
4948
}
5049

5150
/* body[data-notebook='notebooks'] .jp-WindowedPanel-window > *:first-child { */

0 commit comments

Comments
 (0)