Fix: code block overflow-x

This commit is contained in:
saberzero1 2024-09-25 14:25:22 +02:00
parent 5fb90c835d
commit 05e59e1c0d
No known key found for this signature in database
GPG Key ID: 41AEE99107640F10

View File

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