Merge "Remove 'overflow: auto' from .box() mixin"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit f1c80b1b9f

@ -93,7 +93,6 @@
border-width: 1px 1px @border;
padding: 1.25em 1.75em;
box-shadow: 0 1px 2px 1px rgba( 0, 0, 0, 0.02 );
overflow: auto;
}
// Icons for the page actions menus
@ -110,6 +109,7 @@
.nav-block() {
.box();
overflow: auto;
padding: 1.5em 1.5em 0;
margin: 1em 0;
line-height: 1.1;

Loading…
Cancel
Save