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;