Merge pull request #2277 from PaRaD1SE98/main

fix: selector z-index bug
main
Yifei Zhang 2 years ago committed by GitHub
commit 6bb27f90a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save