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 4578a75 commit 0f71508Copy full SHA for 0f71508
js/jupyterlab-slideshow/style/notebook.css
@@ -76,7 +76,10 @@ body[data-notebook='notebooks']
76
background: transparent !important;
77
}
78
79
-.jp-Deck .jp-Notebook.jp-mod-scrollPastEnd::after {
+/* Both are required for compatibility with Jupyterlab before and after 4.1.0, after
80
+https://github.com/jupyterlab/jupyterlab/commit/6a86d8f163fe11cf7b1964b1ed54999ee2234c8c#diff-ccf3f53605be6603fd5fd949742f25ea8919c48dcc75322c483ebf9988404 */
81
+.jp-Deck .jp-Notebook.jp-mod-scrollPastEnd::after,
82
+.jp-Deck .jp-Notebook.jp-mod-scrollPastEnd > .jp-WindowedPanel-outer::after {
83
display: none;
84
85
0 commit comments