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

fix z-indices

no idea why 5 wont suffice, but luckily bigger numbers exist

Changed files
+2 -2
appview
pages
templates
fragments
layouts
+1 -1
appview/pages/templates/fragments/repoActions.html
···
{{ define "fragments/repoActions" }}
-
<div class="flex items-center gap-2">
+
<div class="flex items-center gap-2 z-auto">
<button id="starBtn"
class="btn disabled:opacity-50 disabled:cursor-not-allowed"
+1 -1
appview/pages/templates/layouts/base.html
···
</head>
<body class="bg-slate-100 dark:bg-gray-900 dark:text-white transition-colors duration-200">
<div class="container mx-auto px-1 md:pt-4 min-h-screen flex flex-col">
-
<header style="z-index: 5">
+
<header style="z-index: 20">
{{ block "topbar" . }}
{{ template "layouts/topbar" . }}
{{ end }}