Fix sibebar disapear animation
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<transition @leave="(el,done) => sidebarMotion.leave(done)">
|
<transition @leave="(el,done) => sidebarMotion?.leave(done)">
|
||||||
<div v-if="show" ref="sidebar"
|
<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"
|
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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user