Style Issue With <x-filament::dropdown>
Did anyone had issue with filament dropdown component - like from video?
7 Replies


No
But try
and try:
npm run build
I have added above class panel-settings-dropdown which has z index of 9999 😅
Did not help
Add :teleport=“true” to your dropdown.
I get "Undefined constant "“true” "
the quotes are wrong use
This might be helpful though too.
https://medium.com/@harrisrafto/say-goodbye-to-z-index-issues-with-teleport-in-laravel-livewire-v3-7561afc402b1
Medium
Say goodbye to z-index issues with @teleport in Laravel Livewire v3
Dealing with z-index issues and DOM structure complexities can be frustrating, especially when working with modals and dynamically placed…
Thanks alot guys!