fix: Popover z-index issue on left sidebar

This commit is contained in:
Iker 2024-06-21 23:38:38 +02:00
parent 3faf2ff6f5
commit 8319788683
No known key found for this signature in database
GPG Key ID: F6794F4D17352A49

View File

@ -161,6 +161,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;