diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:12:37 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:12:37 +0800 |
commit | 36661f53e6cb7bd5fe202157f794255d4d6932af (patch) | |
tree | eb28e0c7d106d3dbf883206b7b6c88a6dfe1aff5 /public/ng | |
parent | 676bd764fa602048c1a81d94943f45dcb1a75c76 (diff) | |
download | gitea-36661f53e6cb7bd5fe202157f794255d4d6932af.tar.gz gitea-36661f53e6cb7bd5fe202157f794255d4d6932af.zip |
Update deps
Diffstat (limited to 'public/ng')
-rw-r--r-- | public/ng/css/gogs.css | 1 | ||||
-rw-r--r-- | public/ng/less/gogs/base.less | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index d81d6f3149..6ff68a5b28 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1,6 +1,7 @@ html, body { height: 100%; + overflow-y: scroll; } .octicon, .fa { diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 241846dbbd..8a88450747 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -11,6 +11,7 @@ html, body { height: 100%; + overflow-y: scroll; } .octicon, .fa { |