Fix scrollbars

This commit is contained in:
2025-06-08 18:50:54 +01:00
parent b7f9afb3f0
commit d933723fce

View File

@@ -218,7 +218,7 @@ label{
} }
pre{ pre{
overflow: scroll; overflow-x: auto;
background-color: #36332f; background-color: #36332f;
padding: 10px; padding: 10px;
} }