FIX: ensures border and shadow of header is visible (#24847)

This commit is contained in:
Joffrey JAFFEUX 2023-12-12 14:18:36 +01:00 committed by GitHub
parent 90eff6f344
commit 875966cc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
height: 50px;
box-sizing: border-box;
display: flex;
z-index: z("header");
z-index: z("header") - 1;
}
}