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