From 7e3bd75b158752dc3cf17ccf844ded3bd4d151ff Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 23 Apr 2025 16:43:55 -0500 Subject: [PATCH] Overflow long menus --- app/assets/stylesheets/popup.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 63f55728e..21c8780de 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -91,6 +91,8 @@ } .popup__list { + max-block-size: 60dvh; + overflow: auto; row-gap: 2px; }