Merge pull request #3839 from cpradio/admin-nav-mobile-love

UX: Add mobile love to admin-nav for Plugin Pages
This commit is contained in:
Sam 2015-11-06 13:31:59 +11:00
commit 85daf56ed4

View File

@ -253,7 +253,7 @@ td.flaggers td {
position: relative;
// The admin-nav becomes a slide-out menu at the mobile-nav breakpoint
@media (max-width: $mobile-breakpoint) {
position: absolute;
position: static;
z-index: 0;
width: 50%;
}