Skip to content

Commit 211221f

Browse files
committed
Fix overflow in small viewports
Fix the horizontal and possible vertical scrollbars from showing in the toolbar on small viewports. Fixes #888
1 parent 3ff6486 commit 211221f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webroot/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ strong {
605605
.is-active .c-toolbar {
606606
width: 100%;
607607
border-radius: 0;
608-
overflow: auto;
608+
overflow: hidden;
609609
padding-right: 40px;
610610
}
611611

0 commit comments

Comments
 (0)