From 1e30519b5df702d70f0740d546cf97a93b058180 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 3 May 2019 11:10:20 -0700 Subject: [PATCH] Add scrollbar to long text area fields (close #6306) --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 4796e0f26..18e8986d4 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1584,6 +1584,7 @@ button.preset-favorite-button.active .icon { .form-field-input-wrap > textarea { height: 65px; border-radius: 0 0 4px 4px; + overflow: auto; } /* Buttons inside fields */