Skip to content

Commit

Permalink
Fixes dropdown placement outside panels
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren authored Apr 30, 2024
1 parent 6c3903f commit a97a0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/language-switch.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div>
@if ($isVisibleOutsidePanels)
<div @class([
'fls-display-on fixed w-fit flex p-4 z-50',
'fls-display-on fixed w-full flex p-4 z-50',
'top-0' => str_contains($outsidePanelsPlacement, 'top'),
'bottom-0' => str_contains($outsidePanelsPlacement, 'bottom'),
'justify-start' => str_contains($outsidePanelsPlacement, 'left'),
Expand All @@ -30,4 +30,4 @@
@else
@include('filament-language-switch::switch')
@endif
</div>
</div>

0 comments on commit a97a0e5

Please sign in to comment.