fix(frontend) : fix z-index overlay hiding drawers and add pathPrefix config

Lower the white overlay div from z-50 to z-30 so it still masks scrolling
content but no longer covers drawers/modals teleported to body.
Add components pathPrefix: false to resolve auto-imported components
without folder prefix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-12 12:12:48 +01:00
parent dac493b76d
commit 3e6f4ecc7a
2 changed files with 4 additions and 1 deletions

View File

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