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; }