Skip to content

Commit

Permalink
fix: πŸ› Increase specificity of .om-holder overwrite
Browse files Browse the repository at this point in the history
Why: Because the `.om-holder` rule setting z-index really high comes in
after ours, so wins out. Increasing the specificity should fix that.
  • Loading branch information
ashleytowner committed Jun 27, 2024
1 parent 851249c commit a8c49f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ mark[style="background-color:rgba(0, 0, 0, 0)"] {
padding-top: 0;
}

.om-holder {
.om-holder.om-holder {
z-index: 99;
}

Expand Down
Loading

0 comments on commit a8c49f4

Please sign in to comment.