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

Port e28f86cbe5 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; opacity: 0;
pointer-events: none; pointer-events: none;
transition: opacity 0.1s ease; transition: opacity 0.1s ease;
will-change: opacity, pointer-events;
&.active { &.active {
opacity: 1; opacity: 1;