From 811bdae29f92a6b285798a76e39e51666ce2984f Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Wed, 2 Sep 2020 16:10:42 -0400 Subject: [PATCH] Fix issue where textareas may not have scroll bars (close #7869) --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index f444a8af5..173c4314b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -176,7 +176,7 @@ input[type=email] { height: 30px; border-radius: 4px; text-overflow: ellipsis; - overflow: hidden; + overflow: auto; } .ideditor[dir='rtl'] textarea, .ideditor[dir='rtl'] input[type=text],