fix(controller): reveal hover controls from the visible pill

This commit is contained in:
2026-03-26 13:11:01 -04:00
parent f8e846ab0c
commit b1c7cb6741
+3 -1
View File
@@ -4,6 +4,8 @@
font-size: 13px;
}
#controller:hover #controls,
#controller:focus-within #controls,
:host(:hover) #controls {
display: inline;
}
@@ -21,7 +23,7 @@
margin: 10px 10px 10px 15px;
cursor: default;
/* Stay just above the video layer, not above site dialogs/modals. */
/* Stay above the local video surface without overtaking page-level dialogs. */
z-index: 1;
}