From 23276e4b79666a8af8fb73dbd1792204dd376f04 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 1 Jun 2020 15:51:46 -0400 Subject: [PATCH] Fix popout menus overflowing in Firefox --- macrovision.css | 1 + 1 file changed, 1 insertion(+) diff --git a/macrovision.css b/macrovision.css index ee2310d8..eb2c941c 100644 --- a/macrovision.css +++ b/macrovision.css @@ -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%;