diff --git a/static/style.css b/static/style.css index 7eca711..7a33762 100644 --- a/static/style.css +++ b/static/style.css @@ -186,6 +186,6 @@ body { .tree { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; - line-height: 1.2; - overflow-x: auto; + line-height: 1.05; + overflow-x: scroll; }