fix: code block overflow scroll (#729)

This commit is contained in:
Xinyang Yu
2024-01-26 01:56:26 +08:00
committed by GitHub
parent 9dc0dfde0a
commit b859cdacbd

View File

@@ -356,6 +356,7 @@ pre {
counter-increment: line 0;
display: grid;
padding: 0.5rem 0;
overflow-x: scroll;
& [data-highlighted-chars] {
background-color: var(--highlight);