fix: article-body scroll vertical only, remove column layout
This commit is contained in:
+3
-7
@@ -1927,22 +1927,18 @@
|
|||||||
|
|
||||||
#article-box .article-body {
|
#article-box .article-body {
|
||||||
padding: 28px 40px 40px;
|
padding: 28px 40px 40px;
|
||||||
overflow-x: auto;
|
overflow-x: hidden;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
font-family: Georgia, "Times New Roman", serif;
|
font-family: Georgia, "Times New Roman", serif;
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
line-height: 1.85;
|
line-height: 1.85;
|
||||||
color: #4e342e;
|
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 {
|
#article-box .article-body::-webkit-scrollbar {
|
||||||
height: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#article-box .article-body::-webkit-scrollbar-track {
|
#article-box .article-body::-webkit-scrollbar-track {
|
||||||
|
|||||||
Reference in New Issue
Block a user