1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-06-16 17:56:39 +00:00

fix: Popover z-index issue on left sidebar (#1230)

This commit is contained in:
Iker Larrea 2024-08-26 04:33:34 +02:00 committed by GitHub
parent bca74623a3
commit 3b988aec61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -172,6 +172,7 @@ a {
box-sizing: border-box;
padding: 0 4rem;
position: fixed;
z-index: 1;
@media all and (max-width: $fullPageWidth) {
position: initial;
flex-direction: row;