From 333cda912f82bfe42b1b1dd4717cca2e8538718c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Sat, 1 Oct 2022 23:44:08 +0200 Subject: [PATCH] Enable a bit scrolling past the notebook --- packages/notebook-extension/style/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/notebook-extension/style/base.css b/packages/notebook-extension/style/base.css index e6f1ed9fe..c767c4ed5 100644 --- a/packages/notebook-extension/style/base.css +++ b/packages/notebook-extension/style/base.css @@ -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 { */