Skip to content

Commit

Permalink
Add scrolling to vertical toolbar only
Browse files Browse the repository at this point in the history
  • Loading branch information
Awa Assahna committed Jul 5, 2017
1 parent f907980 commit 03dc4a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
border-radius: 0;
border: none;
border-bottom: @toolbar-border-width solid @toolbar-border-color;
overflow-y: scroll;
}

.rui.toolbar.toolbar-vertical {
Expand All @@ -18,6 +17,7 @@
border: none;
padding: 0;
border-left: @toolbar-border-width solid @toolbar-border-color;
overflow-y: scroll;
}

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

0 comments on commit 03dc4a5

Please sign in to comment.