style: increase max-height of tomselect's dropdown

This commit is contained in:
Herculino Trotta
2024-11-10 21:20:59 -03:00
parent bc3c3360d0
commit d4a3117702

View File

@@ -16,6 +16,10 @@ select[multiple] {
visibility: hidden;
}
.ts-dropdown-content {
max-height: 50vh; /* change this */
}
.font-base {
font-family: $font-family-base;
}