Skip to content

Commit

Permalink
Removed toolbar scrollbar (jupyterlab#10790)
Browse files Browse the repository at this point in the history
* Removed toolbar scrollbar (jupyterlab#10189)

* Updated responsive toolbar styles to fit content

Co-authored-by: Piyush Jain <pijain@amazon.com>
  • Loading branch information
2 people authored and fcollonval committed Aug 16, 2021
1 parent 430c21d commit 16cf3aa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/apputils/src/toolbar.tsx
Expand Up @@ -183,7 +183,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();
}

Expand Down
4 changes: 0 additions & 4 deletions packages/apputils/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 16cf3aa

Please sign in to comment.