From e088bb722bb45d8dd3b0357da80c1130b89acb08 Mon Sep 17 00:00:00 2001 From: gudzpoz Date: Sun, 12 Nov 2023 23:02:21 +0800 Subject: [PATCH] Fix editor layout when smilies overflow or on mobile --- view/theme/frio/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index adfbf140b5..3d4d9f73dd 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -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;