File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<div class =" min-w-fit" >
22 <!-- Sidebar backdrop (mobile only) -->
33 <div
4- class =" fixed inset-0 bg-gray-900 bg-opacity- 30 z-40 lg:hidden lg:z-auto transition-opacity duration-200"
4+ class =" fixed inset-0 bg-gray-900/ 30 z-40 lg:hidden lg:z-auto transition-opacity duration-200"
55 :class =" sidebarOpen ? 'opacity-100' : 'opacity-0 pointer-events-none'"
66 aria-hidden =" true"
77 x-cloak
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class="w-8 h-8 flex items-center justify-center hover:bg-gray-100 lg:hover:bg-gr
1515 </button >
1616 <!-- Modal backdrop -->
1717 <div
18- class =" fixed inset-0 bg-gray-900 bg-opacity- 30 z-50 transition-opacity"
18+ class =" fixed inset-0 bg-gray-900/ 30 z-50 transition-opacity"
1919 x-show =" searchOpen"
2020 x-transition:enter =" transition ease-out duration-200"
2121 x-transition:enter-start =" opacity-0"
You can’t perform that action at this time.
0 commit comments