Continue trying tonadd scrollbar.

This commit is contained in:
Hyperling 2025-01-29 03:57:57 -07:00
parent 4ed4290f67
commit a1a76a1985

View File

@ -93,8 +93,9 @@
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */ /*border: 1px solid red;*/ /* FORTESTING otherwise disable */
} }
code { pre code {
width: 90%; width: 90%;
overflow: auto;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
} }