From 2a4e29b773868c38679bcb6db144f7e846b9ee63 Mon Sep 17 00:00:00 2001 From: sneak Date: Wed, 25 Feb 2026 15:57:07 +0700 Subject: [PATCH] Remove fixed min-height, let popup auto-size to content Browser popups auto-size to fit content. A fixed min-height forced the body taller than the browser allows, causing scrollbars. Now each view is exactly as tall as it needs to be. --- src/popup/styles/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/popup/styles/main.css b/src/popup/styles/main.css index 817334a..f01b085 100644 --- a/src/popup/styles/main.css +++ b/src/popup/styles/main.css @@ -14,5 +14,4 @@ body { width: 396px; - min-height: 720px; }