From 98fd81bd013ec915e9bee1309431f89325f6ce5e Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 10 Jun 2026 10:44:03 -0400 Subject: [PATCH] scroll overflow --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }