Top
legit
e5d35c4d
legit
Fork of https://git.icyphox.sh/legit
Summary
Refs
Commits
Files
css: scroll file content x-axis only - we don't need any overflow scrolling for the y-axis. - set overflow-x to 'auto' so that the scroll bar only shows when the content does overflow.
Changes
1 changed files (+2/-1)
static/style.css
@@ -235,7 +235,8 @@ }
.file-content {
background: var(--light-gray);
-
overflow: scroll;
+
overflow-y: hidden;
+
overflow-x: auto;
}
.diff-type {
Authored by
zak
Authored at
2022-12-20 11:45:29 +1000
Committed by
Anirudh Oppiliappan
Committed at
2022-12-20 07:37:27 +0530
Object name
e5d35c4deccd35a12b138d089dcd15a2c8ac18c1
Parent
42bce066
Tab width
1
2
3
4
6
8
12
Changing tab width requires JavaScript enabled.