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 22eedd3 commit c1453abCopy full SHA for c1453ab
packages/notebook-extension/style/base.css
@@ -45,7 +45,9 @@ body[data-notebook='notebooks'] .jp-Notebook-cell {
45
}
46
47
/* Empty space at the bottom of the notebook (similar to classic) */
48
-body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
+body[data-notebook='notebooks']
49
+ .jp-Notebook.jp-mod-scrollPastEnd
50
+ .jp-WindowedPanel-outer::after {
51
min-height: 100px;
52
53
0 commit comments