fix: use the default height set in the component

MutliSelect
This commit is contained in:
Timothy Z. 2024-12-16 13:05:29 +02:00
parent 52dc8e6ad2
commit 6b9be43671

View file

@ -286,7 +286,6 @@
}
.multiselect-menu-container {
max-height: calc(3.2rem * 7);
overflow: auto;
}
}