From d6ba1573c3d04aac118b2c19ef0daccf7af4385d Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 1 Jul 2025 16:11:28 +0200 Subject: [PATCH] Set max height for the menus --- app/assets/stylesheets/actiontext-lexical.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index c75cc7018..893e75bca 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -157,6 +157,9 @@ padding: var(--lexical-prompt-padding); visibility: hidden; z-index: var(--z-popup); + + max-height: 200px; + overflow: scroll; } .lexical-prompt-menu--visible {