Skip to content

Commit

Permalink
Merge pull request #16 from andrewdwallo/fix/top-navigation-issue
Browse files Browse the repository at this point in the history
Fix: Modal Trigger Issue with Top Navigation Enabled
fixes #12 and #14
  • Loading branch information
bezhanSalleh authored Nov 18, 2023
2 parents 164c111 + 6dd80f1 commit f36deb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/panel-switch-menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class="w-5 h-5 text-white ms-auto shrink-0"
}
</style>
<x-filament::icon-button
x-data="{}"
icon="heroicon-s-square-2-stack"
icon-alias="panels::panel-switch-modern-icon"
icon-size="lg"
Expand All @@ -66,12 +67,11 @@ class="w-5 h-5 text-white ms-auto shrink-0"
:width="$modalWidth"
alignment="center"
:slide-over="$isSlideOver"
:sticky-header="$isSlideOver"
:heading="$heading"
display-classes="block"
class="panel-switch-modal"
>
<x-slot name="heading">
{{ $heading }}
</x-slot>

<div
class="flex flex-wrap items-center justify-center gap-4 md:gap-6"
>
Expand Down

0 comments on commit f36deb3

Please sign in to comment.