diff options
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |