fix: improve accessibility and keyboard navigation

This commit is contained in:
2026-05-25 01:31:05 +02:00
parent 6932d4b8d0
commit 28bfbe5257
5 changed files with 29 additions and 24 deletions

View File

@@ -144,7 +144,9 @@
<main class="w-full flex-1 flex flex-col h-[calc(100dvh-3.5rem)] overflow-y-auto lg:h-screen">
<div class="flex-1 p-4 md:p-8">
{{template "content" .}}
{{block "page_container" .}}
{{template "content" .}}
{{end}}
</div>
</main>
</div>