Skip to content

Commit

Permalink
Prevent inline help texts from hiding shortcuts
Browse files Browse the repository at this point in the history
Inline help z-index was increased in afab52c
  • Loading branch information
tf committed Dec 18, 2024
1 parent ea42a19 commit 2987f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/pageflow/editor/info_box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 2987f54

Please sign in to comment.