© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
4 replies
Bruno Silva

App Dropdowns full width

All dropdowns of the app are "full width", actually they are with a strange positioning.
I've tried filament:upgrade, npm run dev, npm run build, remove node_modules... nothing worked.
I do not have a custom theme or any custom css

I have this bit of code in the AdminPanelProvider, to handle the hot reload:
public function register(): void
{
    parent::register();
    FilamentView::registerRenderHook('panels::body.end', function (): string {
        return Blade::render('@vite("resources/js/app.js")');
    });
}
public function register(): void
{
    parent::register();
    FilamentView::registerRenderHook('panels::body.end', function (): string {
        return Blade::render('@vite("resources/js/app.js")');
    });
}
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Full width FilamentPHP
FilamentFFilament / ❓┊help
2y ago
make tab full width?
FilamentFFilament / ❓┊help
17mo ago
Panel with full width
FilamentFFilament / ❓┊help
3y ago
getMaxContentWidth not making RegisterTenant full width
FilamentFFilament / ❓┊help
2y ago