Fixed odd menu behaviors on mobile

This commit is contained in:
Adegbuyi Ademola
2016-11-07 07:21:54 +01:00
parent c55fc02977
commit 7653f55fb7
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;