]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Restore jot modal panel overflow value
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Sep 2020 03:56:37 +0000 (23:56 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 14 Sep 2020 04:00:09 +0000 (00:00 -0400)
- Reverts 1c37f4aa88a13cf5a37b2b6c6ee05b9069830b02
- Reverts part of 43df577209d532b820eb5aaf4e1fb8d9c128f4d6
- It was causing jot panel content to overflow the modal window

view/theme/frio/css/style.css

index d0c0da3f53dc78bf6d94707a6d60bec7e36cd376..bf2123baafca0bea5acb8def7c77cfa1200fbb71 100644 (file)
@@ -1179,6 +1179,7 @@ section #jotOpen {
 #jot-modal #item-Q0,
 #jot-modal #profile-jot-acl-wrapper,
 #jot-modal #acl-wrapper {
+    overflow: hidden;
     display: flex;
     flex: auto;
     flex-direction: column;
@@ -1202,7 +1203,6 @@ section #jotOpen {
 }
 #jot-text-wrap textarea {
     min-height: 100px;
-       max-height: 440px;
     overflow-y: auto !important;
     overflow-y: overlay !important;
 }