Skip to content

Commit

Permalink
Fix for no scrollbar in Dashboard (#2511)
Browse files Browse the repository at this point in the history
* Add ability to scroll on dashbord

* Add scrolling to vertical toolbar only

* Hide horizontal scrollbar
  • Loading branch information
Awa Desmoline authored and brent-hoover committed Jul 6, 2017
1 parent ef02537 commit 9d6c0d4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
border: none;
padding: 0;
border-left: @toolbar-border-width solid @toolbar-border-color;
overflow-y: scroll;
overflow-x: hidden;
}

html.rtl .rui.toolbar.toolbar-vertical {
Expand Down

0 comments on commit 9d6c0d4

Please sign in to comment.