mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 23:33:45 +08:00
FIX: ensures border and shadow of header is visible (#24847)
This commit is contained in:
parent
90eff6f344
commit
875966cc9e
|
@ -12,7 +12,7 @@
|
|||
height: 50px;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
z-index: z("header");
|
||||
z-index: z("header") - 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user