From d289578614b8fd13d10c694e85d89015782a190c Mon Sep 17 00:00:00 2001 From: kudo-sync-bot Date: Wed, 13 Nov 2024 23:41:41 -0800 Subject: [PATCH] =?UTF-8?q?Replaced=20`body`=20`height`=20w/=20`overflow`?= =?UTF-8?q?=20=E2=86=9E=20[auto-sync=20from=20`KudoAI/chatgpt.js-chrome-st?= =?UTF-8?q?arter`]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- starters/chrome/extension/popup/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/chrome/extension/popup/style.css b/starters/chrome/extension/popup/style.css index f3538cded..1d4696597 100644 --- a/starters/chrome/extension/popup/style.css +++ b/starters/chrome/extension/popup/style.css @@ -1,6 +1,6 @@ /* General size */ html { height: fit-content } -body { width: max-content ; height: 85px !important ; margin: 0 } +body { width: max-content ; margin: 0 ; overflow: clip } /* General font */ body, button, input, select, textarea {