mirror of
https://github.com/twinpath/app.git
synced 2026-01-26 13:21:59 +07:00
Initial commit
This commit is contained in:
12
resources/views/layouts/backdrop.blade.php
Normal file
12
resources/views/layouts/backdrop.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
{{-- <div
|
||||
x-show="$store.sidebar.isMobileOpen"
|
||||
@click="$store.sidebar.toggleMobileOpen()"
|
||||
class="fixed inset-0 bg-gray-900/50 z-[9999] xl:hidden"
|
||||
>
|
||||
sidebarToggle ? 'block xl:hidden' : 'hidden'
|
||||
</div> --}}
|
||||
|
||||
<div
|
||||
:class="$store.sidebar.isMobileOpen ? 'block xl:hidden' : 'hidden'"
|
||||
class="fixed z-50 h-screen w-full bg-gray-900/50"
|
||||
></div>
|
||||
Reference in New Issue
Block a user