Skip to content

Commit 84a5e08

Browse files
authored
Merge pull request #47 from mathieutu/patch-3
Fix dropdown placement
2 parents 029dc28 + 11cc598 commit 84a5e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/menu-logins.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@if (filled($users))
22
<div>
3-
<x-filament::dropdown>
3+
<x-filament::dropdown placement="bottom-end" teleport>
44
<x-slot name="trigger">
55
<x-filament::button icon="heroicon-o-user" color="gray" outlined="false">
66
{{ auth()->check() ? __('filament-developer-logins::auth.switch-to') : __('filament-developer-logins::auth.login-as') }}

0 commit comments

Comments
 (0)