Skip to content

Commit 79374d6

Browse files
authoredNov 25, 2022
Merge pull request #1750 from lopezac/patch-1
Fix overflow pre tag index.md
2 parents e8d5326 + 5099d32 commit 79374d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎docs/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ pre {
7373
-webkit-box-shadow: inset 0 0 5px #eee;
7474
-moz-box-shadow: inset 0 0 5px #eee;
7575
box-shadow: inset 0 0 5px #eee;
76+
overflow: scroll;
7677
}
7778

7879
code .comment { color: #ddd }

0 commit comments

Comments
 (0)
Please sign in to comment.