mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
Put global nav back under modals
This commit is contained in:
parent
b6533cd1c8
commit
a6584f7638
@ -6,7 +6,7 @@
|
|||||||
.global-nav {
|
.global-nav {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
@include position(fixed, 0px 0px auto 0px);
|
@include position(fixed, 0px 0px auto 0px);
|
||||||
z-index: 9999;
|
z-index: 800;
|
||||||
background: $darkgrey;
|
background: $darkgrey;
|
||||||
|
|
||||||
i:before {
|
i:before {
|
||||||
|
Loading…
Reference in New Issue
Block a user