diff --git a/app/assets/stylesheets/pageflow/editor/info_box.scss b/app/assets/stylesheets/pageflow/editor/info_box.scss index 22ba07da9..3a54ac751 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; } }