From 42b0c44d619bdd59dde3bba47adc2f1fbd5cd766 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Fri, 10 Feb 2023 02:13:49 -0600 Subject: [PATCH] Preventing horizontal scroll in toggles --- popup.html | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.html b/popup.html index 3706d95..379d6ba 100644 --- a/popup.html +++ b/popup.html @@ -107,6 +107,7 @@ height: 16em; white-space: nowrap; overflow-y: scroll; + overflow-x: hidden; position: relative; } #toggles>div:hover {