Fix YouTube hover controls & improve nudge indicator UX

This commit is contained in:
2026-03-28 01:20:40 -04:00
parent ab85de0a0f
commit b96d1a62ec
4 changed files with 41 additions and 12 deletions
+7
View File
@@ -20,6 +20,13 @@
position: relative;
top: 10px;
}
/* Ensure controller sits above all YouTube player overlay layers */
.html5-video-player .vsc-controller {
position: relative;
z-index: 2147483646;
pointer-events: auto;
}
/* Keep Speeder visibility independent from YouTube's chrome autohide state. */
/* YouTube embedded player */