mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix fierfox dropdown
This commit is contained in:
parent
e3ebf34d44
commit
42af630e7b
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
|
|||
inputId++;
|
||||
}
|
||||
|
||||
if (!browser.firefox) {
|
||||
if (browser) {
|
||||
this.classList.add('emby-select-withcolor');
|
||||
|
||||
if (layoutManager.tv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue