Merge pull request #2277 from PaRaD1SE98/main

fix: selector z-index bug
This commit is contained in:
Yifei Zhang
2023-07-07 11:16:22 +08:00
committed by GitHub

View File

@@ -282,6 +282,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
z-index: 999;
&-content { &-content {
.list { .list {