Fix sibebar disapear animation

This commit is contained in:
Julien Nahum 2024-01-24 17:59:23 +01:00
parent d71bdf533e
commit a34ae4a65f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<transition @leave="(el,done) => sidebarMotion.leave(done)">
<transition @leave="(el,done) => sidebarMotion?.leave(done)">
<div v-if="show" ref="sidebar"
class="absolute shadow-lg shadow-gray-800/30 top-0 h-[calc(100vh-53px)] right-0 lg:shadow-none lg:relative bg-white w-full md:w-1/2 lg:w-2/5 border-l overflow-y-scroll md:max-w-[20rem] flex-shrink-0 z-50"
>