fix(video): auto-hide no longer working

This commit is contained in:
Elian Doran 2026-03-11 21:07:48 +02:00
parent ab9d50b905
commit 906889a035
No known key found for this signature in database

View File

@ -13,7 +13,7 @@
&.controls-hidden {
cursor: pointer;
.video-preview-controls {
.media-preview-controls {
opacity: 0;
pointer-events: none;
}