From b0f3404eb8ac59f0d543ee6833c2bfc70d4fb83c Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 19 Jun 2025 14:27:55 -0500 Subject: [PATCH] Add z-index to the menu --- app/assets/stylesheets/actiontext-lexical.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/actiontext-lexical.css b/app/assets/stylesheets/actiontext-lexical.css index f68c1c833..27e1286a2 100644 --- a/app/assets/stylesheets/actiontext-lexical.css +++ b/app/assets/stylesheets/actiontext-lexical.css @@ -157,6 +157,7 @@ min-inline-size: var(--lexical-prompt-min-width); padding: var(--lexical-prompt-padding); visibility: hidden; + z-index: var(--z-popup); } .lexical-prompt-menu--visible {