From 6af0fa4ed692ea7eb8f42f0b9d795818aecb6dd4 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 16 Mar 2023 00:15:29 +0800 Subject: [PATCH] feat: make the chat body resizable (#1) --- src/content-script/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content-script/styles.scss b/src/content-script/styles.scss index 9a896b5..54f15bb 100644 --- a/src/content-script/styles.scss +++ b/src/content-script/styles.scss @@ -66,6 +66,7 @@ background-color: var(--theme-color); color: var(--font-color); max-height: 800px; + resize: vertical; overflow-y: auto; ul,