Skip to content

Fix Flowforge board modal stacking context#97

Merged
ManukMinasyan merged 1 commit intorelaticle:4.xfrom
csh-tech:4.x
Mar 18, 2026
Merged

Fix Flowforge board modal stacking context#97
ManukMinasyan merged 1 commit intorelaticle:4.xfrom
csh-tech:4.x

Conversation

@csh-tech
Copy link

צילום מסך 2026-03-18 153811

Issue Description
Problem: When opening Filament modals on a Flowforge board page, the modal appears behind the topbar and sidebar instead of appearing on top of all page elements. This issue only occurs on board pages and works correctly on list pages.

Root Cause: The board page template (resources/views/filament/pages/board-page.blade.php) wraps the board content in a container with style="z-index: 0;" and position: relative. This creates a new stacking context that prevents child elements (including Filament modals) from appearing above elements outside this stacking context, such as the topbar (z-index: 30) and sidebar (z-index: 30).

@ManukMinasyan ManukMinasyan merged commit 64b78a7 into relaticle:4.x Mar 18, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants