fix option z-index

This commit is contained in:
2025-11-04 19:40:59 +03:00
parent e58d0e6636
commit 84e9e86356

View File

@@ -274,6 +274,7 @@ label {
width: fit-content !important; width: fit-content !important;
padding-left: 5px !important; padding-left: 5px !important;
color: "#A9A9AA" !important; color: "#A9A9AA" !important;
border-radius: 888px;
} }
:where(.darkApp) .ant-form-item-label { :where(.darkApp) .ant-form-item-label {
@@ -407,3 +408,7 @@ label {
.ant-skeleton-image-svg { .ant-skeleton-image-svg {
display: none; display: none;
} }
.ant-select-selection-overflow-item {
z-index: 999 !important;
}