Skip to content

Commit cf8688e

Browse files
committed
remove full css workaround
1 parent e545399 commit cf8688e

File tree

1 file changed

+0
-6
lines changed
  • packages/notebook-extension/style

1 file changed

+0
-6
lines changed

packages/notebook-extension/style/base.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ body[data-notebook='notebooks']
5252
min-height: 100px;
5353
}
5454

55-
/* Workaround for disabling the full windowing mode */
56-
body[data-notebook='notebooks']
57-
.jp-Toolbar-item[data-jp-item-name='scrollbar'] {
58-
display: none;
59-
}
60-
6155
/* Fix background colors */
6256

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

0 commit comments

Comments
 (0)