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 4d5bd0d72f
commit d59e3b0a46

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;