WIP - bottom drawer width fix

This commit is contained in:
Francisco Gaona
2026-01-13 19:22:58 +01:00
parent 414d73daef
commit 1b5ad4a131
3 changed files with 53 additions and 6 deletions

View File

@@ -1,13 +1,11 @@
<script setup lang="ts">
import { Toaster } from 'vue-sonner'
import BottomDrawer from '@/components/BottomDrawer.vue'
</script>
<template>
<div>
<Toaster position="top-right" :duration="4000" richColors />
<NuxtPage />
<BottomDrawer />
</div>
</template>