Skip to content

Commit

Permalink
remove full css workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 7, 2024
1 parent e545399 commit cf8688e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/notebook-extension/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ body[data-notebook='notebooks']
min-height: 100px;
}

/* Workaround for disabling the full windowing mode */
body[data-notebook='notebooks']
.jp-Toolbar-item[data-jp-item-name='scrollbar'] {
display: none;
}

/* Fix background colors */

body[data-notebook='notebooks'] .jp-WindowedPanel-outer > * {
Expand Down

0 comments on commit cf8688e

Please sign in to comment.