[#NUMERO_TICKET] TITRE TICKET #2

Merged
malio merged 302 commits from develop into main 2026-03-18 13:16:19 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 3e6f4ecc7a - Show all commits

View File

@@ -87,7 +87,7 @@
<div class="h-full flex-1 overflow-hidden flex flex-col">
<AppTopNav :user="auth.user" />
<div class="relative flex-1 overflow-hidden bg-white">
<div aria-hidden="true" class="pointer-events-none absolute inset-x-0 top-0 z-50 h-12 bg-white" />
<div aria-hidden="true" class="pointer-events-none absolute inset-x-0 top-0 z-30 h-12 bg-white" />
<main class="h-full overflow-y-auto px-16 pt-12 pb-24">
<slot/>
</main>

View File

@@ -31,6 +31,9 @@ export default defineNuxtConfig({
},
},
},
components: [
{path: '~/components', pathPrefix: false},
],
vite: {
server: {
proxy: {