Package
filament/filament
Package Version
5.6.8
Laravel Version
12
Livewire Version
No response
PHP Version
8.3
Problem description
When using stickyModalHeader() and stickyModalFooter() on a modal that requires scrolling, the scrollbar arrows overlap and clip the rounded corners of the modal container. This creates an unpolished UI glitch where the native scrollbar track ignores the border-radius of the parent modal.
Expected behavior
The modal container should maintain its rounded corners (border-radius), and the scrollbar should either be clipped properly inside the container or padded so it does not break the visual layout.
Steps to reproduce
- Create a fresh clean Filament 4 project.
- Create user resource.
- Remove the edit URL route.
- Add sticky header and footer to edit action.
EditAction::make()
->stickyModalFooter()
->stickyModalHeader(),
Reproduction repository (issue will be closed if this is not valid)
https://github.com/NgYueHong/FilamentBug
Relevant log output
Package
filament/filament
Package Version
5.6.8
Laravel Version
12
Livewire Version
No response
PHP Version
8.3
Problem description
When using
stickyModalHeader()andstickyModalFooter()on a modal that requires scrolling, the scrollbar arrows overlap and clip the rounded corners of the modal container. This creates an unpolished UI glitch where the native scrollbar track ignores the border-radius of the parent modal.Expected behavior
The modal container should maintain its rounded corners (border-radius), and the scrollbar should either be clipped properly inside the container or padded so it does not break the visual layout.
Steps to reproduce
Reproduction repository (issue will be closed if this is not valid)
https://github.com/NgYueHong/FilamentBug
Relevant log output