bezhanSalleh / filament-language-switch

A versatile and user-friendly plugin designed for Filament Panels.
MIT License
210 stars 45 forks source link

Dropdown is the entire length of the page #74

Closed ArtMin96 closed 8 months ago

ArtMin96 commented 8 months ago

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.

ArtMin96 commented 8 months ago
php artisan filament:assets