[Glitch] fix: Fix glitchy video player controls in Safari

Port e28f86cbe56ec238e1ae089d1b65a486fc4dfbce to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion 2025-06-13 16:28:49 +02:00 committed by Claire
parent 7ccf7fc456
commit e20ef39da4

View File

@ -7613,6 +7613,7 @@ img.modal-warning {
opacity: 0;
pointer-events: none;
transition: opacity 0.1s ease;
will-change: opacity, pointer-events;
&.active {
opacity: 1;