Skip to content

Commit

Permalink
Remove panel position class
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed May 25, 2024
1 parent 5a50353 commit 8d2e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/slide-over.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class="fixed inset-0 bg-gray-800 bg-opacity-75 backdrop-blur-sm transition-opaci
x-transition:leave-start="translate-x-0"
x-transition:leave-end="translate-x-full"
class="pointer-events-auto w-screen"
x-bind:class="{ panelWidth, panelPosition }"
x-bind:class="panelWidth"
x-trap.noscroll.inert="open && showActiveComponent"
@click.away="closePanelOnClickAway()"
aria-modal="true"
Expand Down

0 comments on commit 8d2e660

Please sign in to comment.