Updated
This commit is contained in:
@@ -76,7 +76,7 @@ const toggleSidebar = inject("toggleSidebar");
|
||||
|
||||
<template>
|
||||
<div
|
||||
class="max-lg:absolute max-lg:inset-0 w-full max-lg:bg-white lg:w-3/12 flex flex-col gap-4 z-[99] max-lg:container transition-all duration-[400ms] max-lg:h-[calc(100svh-65px)]"
|
||||
class="max-lg:absolute max-lg:inset-0 w-full max-lg:bg-white lg:w-3/12 flex flex-col gap-4 z-99 max-lg:container transition-all duration-400 max-lg:h-[calc(100svh-65px)]"
|
||||
:class="!isShow ? 'max-lg:translate-x-full' : 'translate-x-0'"
|
||||
>
|
||||
<div class="w-full rounded-xl bg-slate-50 border border-slate-200 p-4">
|
||||
|
||||
Reference in New Issue
Block a user