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

Fixed odd menu behaviors on mobile
pull/11746/head
Jonathan 2016-11-19 17:42:20 +00:00 committed by GitHub
commit 8834bd1c19
2 changed files with 3 additions and 1 deletions

View File

@ -60,6 +60,9 @@
width: 100%;
padding-top: 5px;
}
@media (max-width: 720px) {
width: 100%;
}
}
.drawer-action-bar {

View File

@ -158,7 +158,6 @@
width: 100%;
top: 195px;
bottom: 0;
margin: 0;
// position:absolute;
overflow-x: hidden;
overflow-y: auto;