Fixe - Header not fixed anymore - CreatorBanner Fixe top banner reaction fixe user.id

This commit is contained in:
PascalMarchesseault
2024-10-05 17:25:38 -04:00
parent 8a976edeec
commit 0963a395ca
3 changed files with 24 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<template>
<v-app>
<Header class="fixed w-full z-50 p-2 h-16"></Header>
<Header class=" w-full z-50 p-2 h-16"></Header>
<div class="flex flex-row ">
@@ -12,7 +12,7 @@
</div>
</transition>
<div class="flex flex-col w-full min-h-screen bg-amber">
<div class="flex flex-col w-full min-h-screen ">
<RouterView></RouterView>
</div>