wait didn't i already fix the scrollbars?

This commit is contained in:
liquidex 2023-09-03 12:07:16 +02:00
parent c0179cd29c
commit 3a505d780e

View file

@ -183,7 +183,7 @@ pre {
/* And don't let code examples fly off and overflow the window */ /* And don't let code examples fly off and overflow the window */
pre { pre {
overflow-x: scroll; overflow-x: auto;
} }
/* Also don't let images get out of hand */ /* Also don't let images get out of hand */