fix: overflow on the container filter addons

This commit is contained in:
Timothy Z. 2024-12-12 13:20:44 +02:00
parent 303d26e49b
commit c2dc381776

View file

@ -155,6 +155,10 @@
.select-input-container {
height: 3rem;
.multiselect-menu-container {
overflow: auto;
}
&:not(:last-child) {
margin-bottom: 1rem;
}