Fix css specificity issue on skip-button. (#853)
This commit is contained in:
parent
6fa12bf237
commit
a38ef1337a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
-webkit-backdrop-filter: blur(4px);
|
||||
backdrop-filter: blur(4px);
|
||||
|
||||
.skip-button {
|
||||
button.skip-button {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
Loading…
Reference in a new issue