diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-01-04 16:38:10 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-01-04 16:38:10 -0200 |
commit | cb8134da529d01cda8fdd07ef50740882b0e383b (patch) | |
tree | 76d60f1067cf26645e1c3f113f8b784d97ae050b /public/less | |
parent | 590637246bffbdf31893f07f2c63eaffe36adef3 (diff) | |
download | gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.tar.gz gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.zip |
Making scroll always visible.
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 1 |
1 files changed, 1 insertions, 0 deletions
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; |