From cb00eea2d410b25193749e48d95f68f60bea60b0 Mon Sep 17 00:00:00 2001 From: Webifi Date: Mon, 29 May 2023 18:28:42 -0500 Subject: [PATCH] Scroll content, not container --- src/app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.scss b/src/app.scss index a65fd05..433000a 100644 --- a/src/app.scss +++ b/src/app.scss @@ -32,7 +32,7 @@ .dropdown-item .menu-icon { padding-right: .5em; } - .dropdown-menu { + .dropdown-menu .dropdown-content { max-height: calc(100vh - 60px); overflow-y: auto; }