aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-23 14:57:52 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-23 14:57:52 -0500
commit490a892224306f6438656a9abcfa6c4c166f5404 (patch)
tree3591a9ea257e90f9e59160ab116f4b269f423d0b
parentf615bf9b94b463fee96436a827806c6e55c9c6ed (diff)
downloadgitea-templates-490a892224306f6438656a9abcfa6c4c166f5404.tar.gz
gitea-templates-490a892224306f6438656a9abcfa6c4c166f5404.tar.bz2
gitea-templates-490a892224306f6438656a9abcfa6c4c166f5404.zip
public/css/override: Always show scrollbar
Prevent jank
-rw-r--r--public/css/override.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/override.css b/public/css/override.css
index b7d71b3..e5a1e4b 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -1,6 +1,7 @@
/*
* Reset
*/
+body { overflow-y: scroll; }
a, .ui.breadcrumb a { color: #0366d6; }
#repo-files-table .message a, .repository.file.list #repo-files-table .jumpable-path { color: #586069; }