Action group dropdown menu goes off page
By default my actiongroup is now expanding to 1800+ px wide and starting off of the page. Actions are totally unviewable.
I'm unsure what i've done for this to happen. Any help is appreciated.
->actions([
Tables\Actions\ActionGroup::make([
Tables\Actions\EditAction::make(),
Tables\Actions\DeleteAction::make(),
])
->button()
->label('Actions'),
3 Replies
Solution
npm run build
If you have a custom theme you should rebuild it as Vp mentioned. If you don’t you should have republished the assets with
artisan filament:assets
after update.run build did it! thanks!