mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-10 23:02:47 +02:00
style: increase max-height of tomselect's dropdown
This commit is contained in:
@@ -16,6 +16,10 @@ select[multiple] {
|
|||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ts-dropdown-content {
|
||||||
|
max-height: 50vh; /* change this */
|
||||||
|
}
|
||||||
|
|
||||||
.font-base {
|
.font-base {
|
||||||
font-family: $font-family-base;
|
font-family: $font-family-base;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user