fix: Fix glitchy video player controls in Safari (#35034)

pull/35038/head
diondiondion 5 months ago committed by GitHub
parent 83d5016ca3
commit e28f86cbe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save