fix(ui): z-index of the shui select content

pull/11293/head
charlie 2024-04-15 20:14:34 +08:00
parent fe12ffab86
commit 4face39381
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ html[data-theme=dark] {
.ui__dialog-overlay, .ui__alert-dialog-overlay,
.ui__dialog-content, .ui__alert-dialog-content,
.ui__dropdown-menu-content {
.ui__dropdown-menu-content, .ui__select-content {
&.z-50 {
@apply z-[999];
}