summaryrefslogtreecommitdiffstats
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
parent590637246bffbdf31893f07f2c63eaffe36adef3 (diff)
downloadgitea-cb8134da529d01cda8fdd07ef50740882b0e383b.tar.gz
gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.zip
Making scroll always visible.
-rwxr-xr-xpublic/css/gogs.css1
-rw-r--r--public/less/_base.less1
2 files changed, 2 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;
diff --git a/public/less/_base.less b/public/less/_base.less
index ab2785ff57..274a5cb779 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -3,6 +3,7 @@
body {
font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';
background-color: #FAFAFA;
+ overflow-y: scroll;
}
img {
border-radius: 3px;