From 67aeed6005d97ed49d5dfe78260031bc22ad8f14 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 1 Oct 2024 12:25:46 +0300 Subject: [PATCH] fix: dropdown scroll --- src/common/MultiselectMenu/Dropdown/Dropdown.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/MultiselectMenu/Dropdown/Dropdown.less b/src/common/MultiselectMenu/Dropdown/Dropdown.less index 1e15419ef..17aeedef9 100644 --- a/src/common/MultiselectMenu/Dropdown/Dropdown.less +++ b/src/common/MultiselectMenu/Dropdown/Dropdown.less @@ -14,6 +14,8 @@ &.open { display: block; + max-height: 50vh; + overflow: scroll; } .back-button {