Merge pull request #11562 from marhyorh/odd-menu-behaviors

Fixed odd menu behaviors on mobile
This commit is contained in:
Jonathan
2016-11-19 17:42:20 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -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 {

View File

@ -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;