position admin-nav absolutely

This commit is contained in:
scossar 2015-11-12 10:01:12 -08:00
parent ea29e1c693
commit 66ed4b6db9
1 changed files with 1 additions and 1 deletions

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: static;
position: absolute;
z-index: 0;
width: 50%;
}