aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--public/ng/css/gogs.css2
-rw-r--r--public/ng/less/gogs/base.less1
-rw-r--r--public/ng/less/gogs/repository.less1
-rw-r--r--templates/.VERSION2
5 files changed, 4 insertions, 4 deletions
diff --git a/gogs.go b/gogs.go
index 02ae7fd287..d3aa43778a 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.0.0909 Beta"
+const APP_VER = "0.5.0.0910 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index f4d33540e5..ee364905df 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -1,7 +1,6 @@
html,
body {
height: 100%;
- overflow-y: scroll;
}
.octicon,
.fa {
@@ -1015,6 +1014,7 @@ The register and sign-in page style
left: -354px;
padding: 20px;
box-sizing: border-box;
+ z-index: 1;
}
#repo-header-download-drop .btn > i {
margin-right: 6px;
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less
index 8a88450747..241846dbbd 100644
--- a/public/ng/less/gogs/base.less
+++ b/public/ng/less/gogs/base.less
@@ -11,7 +11,6 @@
html,
body {
height: 100%;
- overflow-y: scroll;
}
.octicon,
.fa {
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index 4a49ac4368..955a617cc4 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -84,6 +84,7 @@ border-top-right-radius: .25em;
left: -354px;
padding: 20px;
box-sizing: border-box;
+ z-index: 1;
.btn > i {
margin-right: 6px;
}
diff --git a/templates/.VERSION b/templates/.VERSION
index b539e339a4..18a13b3a73 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.5.0.0909 Beta \ No newline at end of file
+0.5.0.0910 Beta \ No newline at end of file