Skip to content

Commit af4f113

Browse files
authored
Merge pull request #889 from cakephp/fix-888
Fix overflow in small viewports
2 parents edd5e74 + 211221f commit af4f113

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)