mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Put global nav back under modals
This commit is contained in:
parent
e2354e2fe2
commit
304de7ad32
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
.global-nav {
|
||||
height: 60px;
|
||||
@include position(fixed, 0px 0px auto 0px);
|
||||
z-index: 9999;
|
||||
z-index: 800;
|
||||
background: $darkgrey;
|
||||
|
||||
i:before {
|
||||
|
|
Loading…
Add table
Reference in a new issue