fix option z-index
This commit is contained in:
@@ -274,6 +274,7 @@ label {
|
||||
width: fit-content !important;
|
||||
padding-left: 5px !important;
|
||||
color: "#A9A9AA" !important;
|
||||
border-radius: 888px;
|
||||
}
|
||||
|
||||
:where(.darkApp) .ant-form-item-label {
|
||||
@@ -407,3 +408,7 @@ label {
|
||||
.ant-skeleton-image-svg {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ant-select-selection-overflow-item {
|
||||
z-index: 999 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user