[frio] Limit jot textarea height
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 12 Sep 2020 21:53:03 +0000 (17:53 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 12 Sep 2020 21:53:03 +0000 (17:53 -0400)
view/theme/frio/css/style.css

index 83ae18e..d468254 100644 (file)
@@ -1202,6 +1202,7 @@ section #jotOpen {
 }
 #jot-text-wrap textarea {
     min-height: 100px;
+       max-height: 440px;
     overflow-y: auto !important;
     overflow-y: overlay !important;
 }