diff --git a/static/style.css b/static/style.css index 6d805a1..e5833fd 100644 --- a/static/style.css +++ b/static/style.css @@ -235,7 +235,8 @@ a:hover { .file-content { background: var(--light-gray); - overflow: scroll; + overflow-y: hidden; + overflow-x: auto; } .diff-type {