From f2e60f607dbd2a8ba6f3ca2b77ef918caa06b148 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Jun 2024 00:46:45 +0300 Subject: styling: do not allow overflow on message content container --- src/main/assets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index 1172b3f0..99cefffa 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -363,8 +363,7 @@ article { background: var(--text-background-color); border: 1px solid var(--border-color); line-height: 140%; - margin-bottom: 10px; - overflow: auto; + margin-bottom: 10px; } article .h, article #postmsg, @@ -375,6 +374,9 @@ article #postmsg, .msg-cont .msg-header { padding: 20px; } +.page-content { + overflow: auto; +} article time { color: #88958d; -- cgit v1.2.3