mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
Merge pull request #3897 from scossar/admin-nav-position
FIX: position admin-nav absolutely
This commit is contained in:
commit
e5f8e20914
@ -253,7 +253,7 @@ td.flaggers td {
|
|||||||
position: relative;
|
position: relative;
|
||||||
// The admin-nav becomes a slide-out menu at the mobile-nav breakpoint
|
// The admin-nav becomes a slide-out menu at the mobile-nav breakpoint
|
||||||
@media (max-width: $mobile-breakpoint) {
|
@media (max-width: $mobile-breakpoint) {
|
||||||
position: static;
|
position: absolute;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user