Merge pull request #11562 from marhyorh/odd-menu-behaviors
Fixed odd menu behaviors on mobile
This commit is contained in:
@ -60,6 +60,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 720px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.drawer-action-bar {
|
.drawer-action-bar {
|
||||||
|
@ -158,7 +158,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
top: 195px;
|
top: 195px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin: 0;
|
|
||||||
// position:absolute;
|
// position:absolute;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
Reference in New Issue
Block a user