summaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-01-04 16:38:10 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-01-04 16:38:10 -0200
commitcb8134da529d01cda8fdd07ef50740882b0e383b (patch)
tree76d60f1067cf26645e1c3f113f8b784d97ae050b /public/css
parent590637246bffbdf31893f07f2c63eaffe36adef3 (diff)
downloadgitea-cb8134da529d01cda8fdd07ef50740882b0e383b.tar.gz
gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.zip
Making scroll always visible.
Diffstat (limited to 'public/css')
-rwxr-xr-xpublic/css/gogs.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 1ed66997d2..459bf5359d 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -718,6 +718,7 @@
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif, '微软雅黑';
background-color: #FAFAFA;
+ overflow-y: scroll;
}
img {
border-radius: 3px;