Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 8646e39

Browse files
committed
fix overflow for code elements
1 parent 802109f commit 8646e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ code {
2828
color: #f8f8f2;
2929
border-radius: 3px;
3030
font-size: 1.1rem;
31-
overflow: visible;
31+
overflow: auto;
3232
}
3333

3434
pre {

0 commit comments

Comments
 (0)