Skip to content

Commit 2f64017

Browse files
committed
fix: lets have overflow auto
1 parent 769881f commit 2f64017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/common/shared.templ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ templ BlogFrame() {
172172
display: flex;
173173
flex-direction: column;
174174

175-
overflow-x: clip;
175+
overflow-x: auto;
176176
}
177177

178178
margin-top: 10px;

0 commit comments

Comments
 (0)