Fix overflow scrollbars on chrome

This commit is contained in:
G2-Games 2024-10-29 00:43:21 -05:00
parent 7033220688
commit 37b6838866

View file

@ -81,7 +81,7 @@ pre {
background-color: #161b22; background-color: #161b22;
font-size: 11pt; font-size: 11pt;
padding: 10px; padding: 10px;
overflow: scroll; overflow: auto;
tab-size: 4; tab-size: 4;
} }