Skip to content

Commit

Permalink
Fix for issue jupyter#7565 on Click to add a cell button not to be in…
Browse files Browse the repository at this point in the history
… background
  • Loading branch information
aj202088 committed Feb 17, 2025
1 parent 2c66ed3 commit 696d8e2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,14 @@ body[data-notebook='notebooks']

/* Tweak the notebook footer (to add a new cell) */
body[data-notebook='notebooks'] .jp-Notebook-footer {
background: unset;
background: var(--jp-layout-color1);
margin-left: auto !important;
margin-right: auto !important;
border-top: 1px solid var(--jp-border-color1);
width: 100%;
margin-left: unset;
border: 1px solid var(--jp-border-color1) !important;
border-radius: 4px;
opacity: 1;
}

/* Mobile View */
Expand Down

0 comments on commit 696d8e2

Please sign in to comment.