Skip to content

Commit 79a692e

Browse files
authored
Add files via upload
1 parent 28addc8 commit 79a692e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sources/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@
615615
border-bottom-right-radius: inherit;
616616
}
617617
post > sub-post > post-content > post-content-substance /* -> */ {
618-
overflow: auto;
618+
overflow: auto hidden;
619619
padding: 0px 40px 20px;
620620
box-sizing: border-box;
621621
height: 100%;
@@ -624,7 +624,6 @@
624624
padding: 0px 30px 15px;
625625
}
626626
post > sub-post > post-content.has-only-post > post-content-substance {
627-
overflow: auto hidden;
628627
padding-top: 16px;
629628
}
630629
post.tiny > sub-post > post-content.has-only-post > post-content-substance {

0 commit comments

Comments
 (0)