Update custom.css

This commit is contained in:
Tara Rostami 2023-12-14 16:40:12 +03:30 committed by GitHub
parent 6c609a14c3
commit 90c3fcc50e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1094,3 +1094,8 @@ li.ant-select-dropdown-menu-item:empty:after {
.dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) { .dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
background-color: #313f5a; background-color: #313f5a;
} }
.ant-popover-inner-content {
max-height: 400px;
overflow-y: auto;
}