fix: Fix glitchy video player controls in Safari (#35034)
This commit is contained in:
parent
83d5016ca3
commit
e28f86cbe5
1 changed files with 1 additions and 0 deletions
|
@ -7309,6 +7309,7 @@ a.status-card {
|
|||
opacity: 0;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.1s ease;
|
||||
will-change: opacity, pointer-events;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue