diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-10 11:32:14 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-10 11:32:14 -0400 |
commit | fdc8c34258fb279970bab601018ed50883b761d6 (patch) | |
tree | d04165db7593856b1c6f47fbbb7cbf9226a0c15e /public/ng/css | |
parent | 18a80b291b952ec52112d026d8d9140c005e382f (diff) | |
download | gitea-fdc8c34258fb279970bab601018ed50883b761d6.tar.gz gitea-fdc8c34258fb279970bab601018ed50883b761d6.zip |
Fix clone panel z-index
Diffstat (limited to 'public/ng/css')
-rw-r--r-- | public/ng/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |