Skip to content

Place form actions below floating dropdowns - #469

Closed
fajarwz wants to merge 1 commit into
cachethq:mainfrom
fajarwz:fix/settings-dropdown-overlap
Closed

fajarwz wants to merge 1 commit into
cachethq:mainfrom
fajarwz:fix/settings-dropdown-overlap

Conversation

@fajarwz

@fajarwz fajarwz commented Sep 12, 2026

Copy link
Copy Markdown
Contributor

On the Manage Localization and Manage Theme pages, the Save button visually overlapping the Filament dropdown panel. Send the form actions container to z-index -1 so the dropdown naturally covers it when extended.

Before:
image

After:
image

On the Manage Localization and Manage Theme pages, the Filament
dropdown panel overflows the section card and visually clips the
Save changes button. The dropdown has z-index 20, while the form
actions container sits at z-index auto in the next stacking context,
so the button ends up on top and breaks the layout when the locale
or accent dropdown is open.

Send the form actions container to z-index -1 so the dropdown
naturally covers the button when it extends below the section.
@fajarwz

fajarwz commented Sep 12, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #470 (drops backdrop-filter from sections, which removes the stacking context trapping the dropdown — the form actions no longer need to be pushed below the dropdown).

@fajarwz fajarwz closed this Sep 12, 2026
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.

1 participant