Skip to content

Commit

Permalink
Backport PR #7327: Fix scrollbar always showing up by default (#7328)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
  • Loading branch information
meeseeksmachine and jtpio committed Apr 17, 2024
1 parent 22eedd3 commit c1453ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/notebook-extension/style/base.css
Expand Up @@ -45,7 +45,9 @@ body[data-notebook='notebooks'] .jp-Notebook-cell {
}

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

Expand Down

0 comments on commit c1453ab

Please sign in to comment.