close #3091 Fixed: Mobile sidebar not working
This commit is contained in:
parent
9ce3286be8
commit
111cbb17d1
|
|
@ -8,7 +8,7 @@
|
|||
});
|
||||
}"
|
||||
x-ref="loadingMenu"
|
||||
class="w-70 h-screen hidden lg:flex fixed top-0 js-menu z-20 transition-all ltr:-left-80 rtl:-right-80 xl:ltr:left-0 xl:rtl:right-0"
|
||||
class="w-70 h-screen hidden lg:flex fixed top-0 z-20 transition-all ltr:-left-80 rtl:-right-80 xl:ltr:left-0 xl:rtl:right-0"
|
||||
>
|
||||
<div class="w-14 py-7 px-1 bg-lilac-900 z-10 menu-scroll overflow-y-auto overflow-x-hidden">
|
||||
<div class="flex flex-col items-center justify-center mb-7 cursor-pointer">
|
||||
|
|
@ -63,6 +63,7 @@
|
|||
<div class="w-full h-full animate-pulse bg-gray-300 rounded-full"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative flex items-center mb-5">
|
||||
<div class="w-6 h-6 flex items-center justify-center">
|
||||
<div class="w-full h-full animate-pulse bg-gray-300 rounded-full"></div>
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
<div class="w-full h-full animate-pulse bg-gray-300 rounded-full"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative flex items-center mb-5">
|
||||
<div class="w-6 h-6 flex items-center justify-center">
|
||||
<div class="w-full h-full animate-pulse bg-gray-300 rounded-full"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue