Skip to content

Commit

Permalink
close #3091 Fixed: Mobile sidebar not working
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 8, 2023
1 parent 9ce3286 commit 111cbb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/components/loading/menu.blade.php
Expand Up @@ -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">
Expand Down Expand Up @@ -63,6 +63,7 @@ class="w-70 h-screen hidden lg:flex fixed top-0 js-menu z-20 transition-all ltr:
<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>
Expand All @@ -72,6 +73,7 @@ class="w-70 h-screen hidden lg:flex fixed top-0 js-menu z-20 transition-all ltr:
<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>
Expand Down

0 comments on commit 111cbb1

Please sign in to comment.