From 2987f54d7de35f51af7f3fa670bd0116c930ceb9 Mon Sep 17 00:00:00 2001 From: Tim Fischbach Date: Wed, 18 Dec 2024 15:35:56 +0100 Subject: [PATCH] Prevent inline help texts from hiding shortcuts Inline help z-index was increased in afab52c18 --- app/assets/stylesheets/pageflow/editor/info_box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pageflow/editor/info_box.scss b/app/assets/stylesheets/pageflow/editor/info_box.scss index 22ba07da95..3a54ac751d 100644 --- a/app/assets/stylesheets/pageflow/editor/info_box.scss +++ b/app/assets/stylesheets/pageflow/editor/info_box.scss @@ -35,7 +35,7 @@ // Make sure the label is on top when an inline help text is displayed dt:hover .shortcut { - z-index: 4; + z-index: 5; position: relative; } }