From 58baf9e710b8d4eca4edd35792d4d46cad64f2bb Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Fri, 12 May 2023 22:18:06 -0700 Subject: [PATCH] Make text input area scrollable --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index c9238172..e2f79ff6 100644 --- a/styles.css +++ b/styles.css @@ -97,7 +97,7 @@ If your plugin does not need CSS, delete this file. margin-right: 8px; margin-bottom: 8px; resize: none; - overflow: hidden; + overflow: auto; min-height: 60px; max-height: 200px; box-sizing: border-box;