[Update] Config Page: DropdownMenu: Add max hight and scrollable.
This commit is contained in:
@@ -60,6 +60,8 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0.1rem;
|
gap: 0.1rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
max-height: 20rem;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value_button {
|
.value_button {
|
||||||
|
|||||||
Reference in New Issue
Block a user