Merge pull request #3055 from mooxl/add-zindex-to-dropdown-menu

fix: add z-index to dropdown menu
This commit is contained in:
Mike Cao 2024-11-18 13:21:16 -08:00 committed by GitHub
commit 884f197a4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,5 +59,6 @@
align-items: center;
justify-content: space-between;
padding-inline-end: 0;
z-index: 10;
}
}