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

This commit is contained in:
diondiondion 2025-06-13 16:28:49 +02:00 committed by GitHub
parent 83d5016ca3
commit e28f86cbe5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;