chore: flex view

This commit is contained in:
Kingkor Roy Tirtho 2024-12-13 00:43:17 +06:00
parent f28fe5a682
commit f524a40062

View File

@ -31,7 +31,7 @@
const drawerStore = getDrawerStore(); const drawerStore = getDrawerStore();
</script> </script>
<main class="p-2 md:p-4 flex flex-col min-h-[90vh]"> <main class="p-2 md:p-4 min-h-[90vh]">
<Drawer> <Drawer>
{#if $drawerStore.id === 'navdrawer'} {#if $drawerStore.id === 'navdrawer'}
<NavDrawer /> <NavDrawer />