Skip to content

Commit fd5d83f

Browse files
committed
fix codehilite overflow scroll
1 parent f99c64a commit fd5d83f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/assets/css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ html.dark #version-selector {
5252
html.dark #version-selector:hover {
5353
background-color: #2c333a;
5454
border-color: #768390;
55+
}
56+
57+
article .codehilite {
58+
overflow: scroll;
5559
}

0 commit comments

Comments
 (0)