Browse Source

feat: fix the bug for z-index

tags/v1.21.12.1
colorfulberry 4 years ago
parent
commit
b8f63024bd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/settings/collaboration.tmpl

+ 2
- 2
templates/repo/settings/collaboration.tmpl View File

@@ -38,7 +38,7 @@
{{end}}
</div>
{{end}}
<div class="ui bottom attached segment">
<div class="ui bottom attached segment" style="z-index:-1">
<form class="ui form" id="repo-collab-form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<div class="inline field ui left">
@@ -89,7 +89,7 @@
{{end}}
</div>
{{end}}
<div class="ui bottom attached segment">
<div class="ui bottom attached segment" style="z-index:-1">
{{if $allowedToChangeTeams}}
<form class="ui form" id="repo-collab-team-form" action="{{.Link}}/team" method="post">
{{.CsrfTokenHtml}}


Loading…
Cancel
Save