From 48d6f42e56d92f5913fb1dd8b47447608e63e3e8 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 24 Feb 2020 15:40:39 -0500 Subject: [PATCH] Fix horizontal scrollbar appearing on the options panel --- macrovision.css | 1 + 1 file changed, 1 insertion(+) diff --git a/macrovision.css b/macrovision.css index ec144873..11dea031 100644 --- a/macrovision.css +++ b/macrovision.css @@ -79,6 +79,7 @@ body.toggle-entity-name .entity-name { justify-content: start; flex-direction: column; background: #444; + overflow-x: hidden; overflow-y: scroll; height: 100%; scrollbar-color: #e1e1e1 #888;