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

View File

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