bezhanSalleh/filament-language-switch

Dropdown is the entire length of the page

Closed this issue · 1 comments

image

I migrated from v2 to v3 and followed all the steps, but the dropdown is the entire length of the page, it even went off the page. I also did this step:

//tailwind.config.js
export default {
    content: [
        // ...
        './vendor/bezhansalleh/filament-language-switch/resources/views/language-switch.blade.php',
    ],
    // ...
}
npm run build

I cleared the cache, but nothing changed.

php artisan filament:assets