#822 removed overflow: hidden; because navbar dropdown menu was being hidden in ipad portrait

This commit is contained in:
Kevin Ross 2016-01-18 13:24:48 -06:00
parent 880cf63001
commit e77ffbc58a

View File

@ -187,7 +187,6 @@
> .mdb-layout-content { > .mdb-layout-content {
width: 100%; width: 100%;
margin-#{$side}: 0; margin-#{$side}: 0;
overflow: hidden;
} }
} }
} }
@ -196,11 +195,6 @@
@mixin mdb-drawer-y-overlay() { @mixin mdb-drawer-y-overlay() {
@each $side in (top bottom) { @each $side in (top bottom) {
&.mdb-drawer-fixed-#{$side} { &.mdb-drawer-fixed-#{$side} {
> .mdb-layout-header,
> .mdb-layout-content {
overflow: hidden;
}
> .mdb-layout-header { > .mdb-layout-header {
@if $side == top { // only add margin-top on a header when the drawer is at the top @if $side == top { // only add margin-top on a header when the drawer is at the top
margin-#{$side}: 0; margin-#{$side}: 0;