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 {