Skip to content

Commit

Permalink
Increase z-index of visibility toggle (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdaley authored Feb 7, 2024
1 parent e45b3bf commit b85ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/document/sidebar.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<dd.ToggleAction
data-test-draft-visibility-toggle
data-test-icon={{this.draftVisibilityIcon}}
class="quarternary-button draft-visibility-button flex items-center"
class="quarternary-button draft-visibility-button z-10 flex items-center"
{{tooltip
this.toggleDraftVisibilityTooltipText
placement="bottom"
Expand Down

0 comments on commit b85ee98

Please sign in to comment.