forked from tangled.org/core
this repo has no description

appview: pages: remove z-index causing profile menu to sit behind

Changed files
+2 -2
appview
pages
templates
layouts
repo
pulls
+1 -1
appview/pages/templates/layouts/repobase.html
···
</div>
</nav>
<section
-
class="bg-white dark:bg-gray-800 p-6 rounded relative z-20 w-full mx-auto drop-shadow-sm dark:text-white"
>
{{ block "repoContent" . }}{{ end }}
</section>
···
</div>
</nav>
<section
+
class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white"
>
{{ block "repoContent" . }}{{ end }}
</section>
+1 -1
appview/pages/templates/repo/pulls/patch.html
···
{{ define "content" }}
<section>
<section
-
class="bg-white dark:bg-gray-800 p-6 rounded relative z-20 w-full mx-auto drop-shadow-sm dark:text-white"
>
<div class="flex gap-3 items-center mb-3">
<a href="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/" class="flex items-center gap-2 font-medium">
···
{{ define "content" }}
<section>
<section
+
class="bg-white dark:bg-gray-800 p-6 rounded relative w-full mx-auto drop-shadow-sm dark:text-white"
>
<div class="flex gap-3 items-center mb-3">
<a href="/{{ .RepoInfo.FullName }}/pulls/{{ .Pull.PullId }}/" class="flex items-center gap-2 font-medium">