From: Art Cancro Date: Fri, 9 Sep 2022 14:59:24 +0000 (-0400) Subject: The mailbox reading pane seems to work best when the height is not specified at all. X-Git-Tag: v958~22 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=90348a65eed99e9118bd6182c9d195788fc73174;p=citadel.git The mailbox reading pane seems to work best when the height is not specified at all. --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 0e734074b..37f4dc8f8 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -364,7 +364,6 @@ blockquote pre { } .ctdl-mailbox-reading-pane { /* message reading pane when in mailbox view */ - height: 80vw; overflow-x: hidden; overflow-y: auto; background-color: GhostWhite;