Fix overflow issue on small players with menu open
This commit is contained in:
1
src/js/controls.js
vendored
1
src/js/controls.js
vendored
@ -767,6 +767,7 @@ const controls = {
|
||||
|
||||
if (utils.is.htmlElement(form)) {
|
||||
form.setAttribute('aria-hidden', !show);
|
||||
utils.toggleClass(this.elements.container, this.config.classNames.menu.open, show);
|
||||
|
||||
if (show) {
|
||||
form.removeAttribute('tabindex');
|
||||
|
Reference in New Issue
Block a user