Skip to content

Commit

Permalink
Removed toolbar scrollbar (#10189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush Jain committed Aug 11, 2021
1 parent 00b7ed5 commit 60b456a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/ui-components/src/components/toolbar.tsx
Expand Up @@ -161,7 +161,6 @@ export class Toolbar<T extends Widget = Widget> extends Widget {
constructor() {
super();
this.addClass(TOOLBAR_CLASS);
this.addClass('jp-scrollbar-tiny');
this.layout = new ToolbarLayout();
this.insertItem(
0,
Expand Down
4 changes: 0 additions & 4 deletions packages/ui-components/style/toolbar.css
Expand Up @@ -24,10 +24,6 @@
overflow-x: hidden;
}

.jp-Toolbar:hover {
overflow-x: auto;
}

/* Toolbar items */

.jp-Toolbar > .jp-Toolbar-item.jp-Toolbar-spacer {
Expand Down

0 comments on commit 60b456a

Please sign in to comment.