[Update] Config Page: DropdownMenu: Add max hight and scrollable.

This commit is contained in:
Sakamoto Shiina
2024-10-02 18:00:47 +09:00
parent faa6656e00
commit b1aadc7cda

View File

@@ -60,6 +60,8 @@
flex-direction: column;
gap: 0.1rem;
white-space: nowrap;
max-height: 20rem;
overflow-y: scroll;
}
.value_button {