mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 02:38:35 +00:00
Fix clone panel z-index
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user