unboundedpress/portfolio/components/Modal/Backdrop.vue

4 lines
96 B
Vue
Raw Normal View History

2023-06-10 01:24:44 +02:00
<template>
<div class="fixed inset-0 bg-black/50 z-15 transition duration-300" />
2023-06-10 01:24:44 +02:00
</template>