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/css | |
parent | 590637246bffbdf31893f07f2c63eaffe36adef3 (diff) | |
download | gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.tar.gz gitea-cb8134da529d01cda8fdd07ef50740882b0e383b.zip |
Making scroll always visible.
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 1 |
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; |