Merge pull request #753 from Stremio/fix/mutliselect-menu-height-settings

fix: use the default height set in the component
This commit is contained in:
Tim 2024-12-16 12:16:44 +01:00 committed by GitHub
commit 16b43933a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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