mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-24 21:42:53 -04:00
fix(controller): reveal hover controls from the visible pill
This commit is contained in:
+3
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user