Skip to content

Let dropdowns layer above sibling sections - #470

Merged
jbrooksuk merged 1 commit into
cachethq:mainfrom
fajarwz:fix/section-dropdown-overlap
Sep 12, 2026
Merged

jbrooksuk merged 1 commit into
cachethq:mainfrom
fajarwz:fix/section-dropdown-overlap

Conversation

@fajarwz

@fajarwz fajarwz commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

The Filament section card's backdrop-filter: blur(12px) creates a new stacking context, so dropdowns opened inside a section were trapped behind any sibling section that appeared later in the DOM — visible on the Schedule From and Incident Form pages where the tags dropdown got covered by the meta section below it.

Drop the blur from the surface rule so the dropdown's z-index can stack above sibling sections naturally.

This should also supersede #469 because this also fixed the problem there.

Before:
image

After:
image

The Filament section card's `backdrop-filter: blur(12px)` creates
a new stacking context, so dropdowns opened inside a section were
trapped behind any sibling section that appeared later in the
DOM — visible on the Edit Incident page where the tags dropdown
got covered by the meta section below it.

Drop the blur from the surface rule so the dropdown's z-index
can stack above sibling sections naturally.
@jbrooksuk
jbrooksuk merged commit bf7b808 into cachethq:main Sep 12, 2026
23 checks passed
@jbrooksuk

Copy link
Copy Markdown
Member

Thanks!

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