diff --git a/src/index.css b/src/index.css index 6c91c00..cf28696 100644 --- a/src/index.css +++ b/src/index.css @@ -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; +}