Skip to content

Commit

Permalink
[#68] Fix button over Nebula's button
Browse files Browse the repository at this point in the history
In Chrome, the specificity of the rule is not high enough. In Firefox it
works. Using `!important` is the easiest to make it work, increasing
specificity with `div.[...]` also works
  • Loading branch information
cpiber committed Nov 20, 2024
1 parent e0bfa9c commit 8e1018c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ html.enhancer-fullVideo.page-video {
}

.enhancer-queueButton {
top: 24px;
top: 24px !important;
bottom: unset;
line-height: 0;
opacity: 0;
Expand Down

0 comments on commit 8e1018c

Please sign in to comment.