mirror of
https://github.com/discourse/discourse.git
synced 2025-04-10 14:20:58 +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;
|
height: 50px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
z-index: z("header");
|
z-index: z("header") - 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user