Browse Source

Fix popout menus overflowing in Firefox

master
Fen Dweller 5 years ago
parent
commit
23276e4b79
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      macrovision.css

+ 1
- 0
macrovision.css View File

@@ -711,6 +711,7 @@ option.filtered {
flex-wrap: nowrap;
overflow-y: scroll;
max-height: 80vh;
min-height: 0px;
justify-content: end;
position: fixed;
top: 10%;


Loading…
Cancel
Save