mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
fix: Popover z-index issue on left sidebar
This commit is contained in:
parent
3faf2ff6f5
commit
8319788683
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user