F
Filamentβ€’3mo ago
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")');
});
}
2 Replies
Dennis Koch
Dennis Kochβ€’3mo ago
Are you on the latest version? Did you publish any views? Otherwise it sounds like some caching issues?
Bruno Silva
Bruno Silvaβ€’3mo ago
-- yes -- no I think it was cache because I did nothing and it started working again, I'll mark as solved thanks by the way! πŸ™
Want results from more Discord servers?
Add your server