Fixes
- Modal and slide-over toolbar triggers no longer render behind the topbar. A column manager (or filter) configured with
->modal()/->slideOver()renders inside.fi-ta-header-ctn, which this package gives its own stacking context (z-index: 21) so toolbar dropdowns clear the stickythead. That trapped the modal overlay'sz-index: 40inside the 21 context, leaving the whole slide-over — heading included — under Filament's topbar (z-index: 30). The toolbar context now lifts above the chrome only while a toolbar modal is open.
Chores
- Dropped the Buy Me a Coffee funding link; GitHub Sponsors stays.
Full Changelog: v4.0.1...v4.0.2