]> git.mxchange.org Git - friendica.git/commitdiff
Fix editor layout when smilies overflow or on mobile
authorgudzpoz <gudzpoz@live.com>
Sun, 12 Nov 2023 15:02:21 +0000 (23:02 +0800)
committergudzpoz <gudzpoz@live.com>
Sun, 12 Nov 2023 15:02:21 +0000 (23:02 +0800)
view/theme/frio/css/style.css

index adfbf140b536436be38b8ddd8597bee5418e4a7a..3d4d9f73ddd873e62595047e514dbb3d1b71339f 100644 (file)
@@ -1413,6 +1413,9 @@ section #jotOpen {
                max-height: calc(100vh - 62px);
        }
 }
+#jot-modal #jot-modal-body {
+       overflow: auto;
+}
 #jot-modal #jot-sections,
 #jot-modal #jot-modal-body,
 #jot-modal #profile-jot-form,
@@ -1423,7 +1426,6 @@ 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;