Try making the code area a div class.

This commit is contained in:
2025-01-29 04:02:15 -07:00
parent 6f979f00d9
commit 3cb079d111
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
}
pre code {
.code {
max-width: 400px;
overflow: auto;
overflow-x: scroll;