From 16e239793a519c9822d90bf726cc5e330ccdb171 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 2 Jun 2020 09:01:59 -0400 Subject: [PATCH] Fix popout menu scrolling, for real this time --- macrovision.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macrovision.css b/macrovision.css index eb2c941c..2148ae08 100644 --- a/macrovision.css +++ b/macrovision.css @@ -711,8 +711,7 @@ option.filtered { flex-wrap: nowrap; overflow-y: scroll; max-height: 80vh; - min-height: 0px; - justify-content: end; + justify-content: start; position: fixed; top: 10%; left: 10%;