Update styles for overlay/menu

This commit is contained in:
unknown
2015-09-01 17:14:06 -04:00
parent deb8af52ef
commit 16b78cfa8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1020,7 +1020,7 @@ tr {
@media only all and (max-width: 47.938em) { @media only all and (max-width: 47.938em) {
#admin-sidebar { #admin-sidebar {
display: none; display: none;
width: 100%; width: 75%;
z-index: 999999; } } z-index: 999999; } }
#admin-sidebar a { #admin-sidebar a {
color: #cccccc; } color: #cccccc; }

View File

@@ -14,7 +14,7 @@ $update-height: 3rem;
@include breakpoint(mobile-only) { @include breakpoint(mobile-only) {
display: none; display: none;
width: 100%; width: 75%;
z-index: 999999; z-index: 999999;
} }