Skip to content

Commit a60a6df

Browse files
Update styles.css
1 parent 69d2acf commit a60a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090

9191
.code-block {
9292
color: #abb2bf;
93-
overflow-x: auto;
9493
}
9594

9695
.code-block code {
9796
border-radius: 5px;
9897
display: block;
9998
white-space: pre;
99+
overflow-x: scroll;
100100
}
101101

102102
/* Individual Styles */

0 commit comments

Comments
 (0)