From: Hypolite Petovan Date: Sat, 12 Sep 2020 21:53:03 +0000 (-0400) Subject: [frio] Limit jot textarea height X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c37f4aa88a13cf5a37b2b6c6ee05b9069830b02;p=friendica.git [frio] Limit jot textarea height --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 83ae18ebfb..d468254218 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1202,6 +1202,7 @@ section #jotOpen { } #jot-text-wrap textarea { min-height: 100px; + max-height: 440px; overflow-y: auto !important; overflow-y: overlay !important; }