mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-26 22:23:09 -04:00
Fix YouTube hover controls & improve nudge indicator UX
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user