Update custom.css

remove  max-height 400px from .ant-popover-inner-content
This commit is contained in:
jahlib 2024-04-12 22:45:46 +03:00 committed by GitHub
parent 7118d92980
commit 11c779762e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1263,7 +1263,6 @@ li.ant-select-dropdown-menu-item:empty:after {
overflow-x: hidden; overflow-x: hidden;
} }
.ant-popover-inner-content { .ant-popover-inner-content {
max-height: 400px;
overflow-y: auto; overflow-y: auto;
} }