Skip to content

v4.0.2

Latest

Choose a tag to compare

@AsmitNepali AsmitNepali released this 31 Jul 23:55

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 sticky thead. That trapped the modal overlay's z-index: 40 inside 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