From 440cc084d361fdcda6de2f26f4596daf7682ee6e Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 3 May 2026 06:25:37 -0300 Subject: [PATCH] fix: article-body scroll vertical only, remove column layout --- index.html | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 95a886d..d202940 100644 --- a/index.html +++ b/index.html @@ -1927,22 +1927,18 @@ #article-box .article-body { padding: 28px 40px 40px; - overflow-x: auto; - overflow-y: hidden; + overflow-x: hidden; + overflow-y: auto; flex: 1; min-height: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; line-height: 1.85; color: #4e342e; - column-width: 340px; - column-gap: 36px; - column-rule: 1px solid rgba(93, 64, 55, 0.12); - column-fill: auto; } #article-box .article-body::-webkit-scrollbar { - height: 8px; + width: 8px; } #article-box .article-body::-webkit-scrollbar-track {