Skip to content

Commit a922eae

Browse files
committed
fix: revise markdown block scrollbar style
1 parent f9e7f07 commit a922eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ a,
9191
x-markdown {
9292
display: flex;
9393
flex-direction: column;
94-
overflow: scroll;
94+
overflow: auto;
9595
text-align: left;
9696
gap: var(--gap);
9797
padding: 0 3rem;

0 commit comments

Comments
 (0)