Made scrollable-y drop downs resize height based on contents

This commit is contained in:
Connor Yoh 2025-04-10 12:05:19 +01:00
parent 48fe081673
commit b874d2e5e0

View File

@ -215,13 +215,13 @@ span.icon-text::after {
.dropdown-menu.scrollable-y {
overflow-y: scroll;
height: 360px;
max-height: 360px;
}
/* Dropdown Scrollbar*/
.scrollable-y {
overflow-y: scroll;
height: 190px;
max-height: 190px;
overscroll-behavior: contain;
}