From ff3554e24e3128bf1e9d20ec87b7025d03903053 Mon Sep 17 00:00:00 2001 From: sneak Date: Thu, 26 Feb 2026 03:13:31 +0700 Subject: [PATCH] Widen popup body to 412px to account for scrollbar width --- src/popup/styles/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/popup/styles/main.css b/src/popup/styles/main.css index bd93f86..8c6a3e0 100644 --- a/src/popup/styles/main.css +++ b/src/popup/styles/main.css @@ -14,8 +14,6 @@ } body { - width: 396px; + width: 412px; overflow-x: hidden; - overflow-y: auto; - scrollbar-gutter: stable; }