Skip to content

Commit

Permalink
Fix css specificity issue on skip-button. (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
david0178418 authored Feb 15, 2022
1 parent 6fa12bf commit a38ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/scss/component/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);

.skip-button {
button.skip-button {
opacity: 0;
position: absolute;
top: 0;
Expand Down

0 comments on commit a38ef13

Please sign in to comment.