Skip to content

Commit

Permalink
more CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 11, 2024
1 parent dc0b7a6 commit ac8ea8f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,13 @@ body.jp-ThemedContainer {
background: var(--jp-layout-color2);
}

/*
This extra definition seems to be required to override the default from JupyterLab.
See https://github.com/jupyterlab/jupyterlab/pull/16519 for more information
*/
.jp-ThemedContainer {
background: var(--jp-layout-color2);
}

#main {
#main.jp-ThemedContainer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: var(--jp-layout-color2);
}

#top-panel-wrapper {
Expand Down

0 comments on commit ac8ea8f

Please sign in to comment.