Hide scrollbars on codeblocks that don't need it

This commit is contained in:
Yash Karandikar 2022-10-19 15:54:21 -05:00
parent 9bc1278a32
commit aab24c520f
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ hr { background-color: white; height: 1px; border: 0; }
pre {
padding: 1em;
border: 0.5em;
overflow-x: scroll;
overflow-x: auto;
}
code {