Fix popup auto dismiss when the gap is hovered
This was previously fixed, but I forgot to add it back when doing #445.
This commit is contained in:
parent
62cb26b4bf
commit
89cf411d18
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ $control-bar-icon-size: 0.7rem;
|
|||
[dir] .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
|
||||
background-color: rgba(43, 51, 63);
|
||||
max-height: 20em;
|
||||
margin-bottom: calc(var(--spacing-xxs) * -1); // Prevents accidental dismissal when the gap is hovered.
|
||||
|
||||
li {
|
||||
font-size: $control-bar-popup-font-size;
|
||||
|
|
Loading…
Reference in a new issue