From 602efedd81bfefda2a809b8dda92498ded000b10 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Wed, 17 Aug 2022 13:42:25 -0700 Subject: [PATCH] UX: Make popup menu options scroll on limited screen height (#17973) --- .../common/select-kit/toolbar-popup-menu-options.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/select-kit/toolbar-popup-menu-options.scss b/app/assets/stylesheets/common/select-kit/toolbar-popup-menu-options.scss index def2df8c2fc..387f45e8ada 100644 --- a/app/assets/stylesheets/common/select-kit/toolbar-popup-menu-options.scss +++ b/app/assets/stylesheets/common/select-kit/toolbar-popup-menu-options.scss @@ -1,6 +1,10 @@ .select-kit { &.dropdown-select-box { &.toolbar-popup-menu-options { + .select-kit-collection { + max-height: 50vh; + } + .select-kit-body { box-shadow: none; width: 230px;