Skip to content

Commit 95fcafc

Browse files
jtpiomeeseeksmachine
authored andcommitted
Backport PR #7327: Fix scrollbar always showing up by default
1 parent 22eedd3 commit 95fcafc

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

packages/notebook-extension/style/base.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ body[data-notebook='notebooks'] .jp-Notebook-cell {
4545
}
4646

4747
/* Empty space at the bottom of the notebook (similar to classic) */
48-
body[data-notebook='notebooks'] .jp-Notebook.jp-mod-scrollPastEnd::after {
48+
body[data-notebook='notebooks']
49+
.jp-Notebook.jp-mod-scrollPastEnd
50+
.jp-WindowedPanel-outer::after {
4951
min-height: 100px;
5052
}
5153

0 commit comments

Comments
 (0)