From 8a0fb758bbcebf69b73234bd7ac879cd8598b7c2 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Sun, 12 May 2024 17:54:40 +0800 Subject: [PATCH] set minimum height of the viewer to fill viewer height --- styles/layouts/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/layouts/popup.css b/styles/layouts/popup.css index 3af7e04..ca68d81 100644 --- a/styles/layouts/popup.css +++ b/styles/layouts/popup.css @@ -15,5 +15,5 @@ } #results > summary { - height: 100%; + min-height: 100%; } \ No newline at end of file