mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
#822 removed overflow: hidden; because navbar dropdown menu was being hidden in ipad portrait
This commit is contained in:
parent
880cf63001
commit
e77ffbc58a
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user