summaryrefslogtreecommitdiffstats
path: root/public/ng
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-01 00:12:37 +0800
committerUnknwon <joe2010xtmf@163.com>2014-09-01 00:12:37 +0800
commit36661f53e6cb7bd5fe202157f794255d4d6932af (patch)
treeeb28e0c7d106d3dbf883206b7b6c88a6dfe1aff5 /public/ng
parent676bd764fa602048c1a81d94943f45dcb1a75c76 (diff)
downloadgitea-36661f53e6cb7bd5fe202157f794255d4d6932af.tar.gz
gitea-36661f53e6cb7bd5fe202157f794255d4d6932af.zip
Update deps
Diffstat (limited to 'public/ng')
-rw-r--r--public/ng/css/gogs.css1
-rw-r--r--public/ng/less/gogs/base.less1
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 {