Skip to content

Commit

Permalink
workaround for .jp-ThemedContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 6, 2024
1 parent 9ec2f1d commit 1ce0657
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/application/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@
--jp-notebook-max-width: 1200px;
}

body {
/*
Override the default background
See https://github.com/jupyterlab/jupyterlab/pull/16519 for more information
*/
body.jp-ThemedContainer {
margin: 0;
padding: 0;
background: var(--jp-layout-color2);
}

/*
Override the default background
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 {
Expand Down

0 comments on commit 1ce0657

Please sign in to comment.