homemanager-fe/src/components/house-planner/PlannerSidebars.vue

8 lines
191 B
Vue

<template>
<div class="absolute right-0 top-0 bottom-0 z-10 my-4 overflow-hidden">
<div class="flex h-full flex-col items-end space-y-2">
<slot />
</div>
</div>
</template>