First draft of legal page

This commit is contained in:
Alexis
2025-05-07 13:15:01 +02:00
parent a83096a17b
commit 1cf8510a7b
12 changed files with 2002 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ const { isSidebarOpened } = storeToRefs(useUiStore())
<Sidebar />
<div
class="wrapper max-h-screen transition-all"
class="wrapper max-h-screen transition-all overflow-y-auto"
>
<NuxtPage />
</div>