We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 029dc28 + 11cc598 commit 84a5e08Copy full SHA for 84a5e08
resources/views/livewire/menu-logins.blade.php
@@ -1,6 +1,6 @@
1
@if (filled($users))
2
<div>
3
- <x-filament::dropdown>
+ <x-filament::dropdown placement="bottom-end" teleport>
4
<x-slot name="trigger">
5
<x-filament::button icon="heroicon-o-user" color="gray" outlined="false">
6
{{ auth()->check() ? __('filament-developer-logins::auth.switch-to') : __('filament-developer-logins::auth.login-as') }}
0 commit comments