Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ensure multi-action and split button children container is not hidden by parent overflow #7135

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edleeks87
Copy link
Contributor

fix #7134

Proposed behaviour

Ensures that the child container has fixed position so that it isn't hidden when rendered inside a parent with overflow hidden

image image

Current behaviour

Overflow on parent means children buttons in MultiAction and Split Buttons are hidden

Checklist

  • Commits follow our style guide
  • Related issues linked in commit messages if required
  • Screenshots are included in the PR if useful
  • Playwright automation tests added or updated if required
  • [x Storybook added or updated if required

QA

  • Tested in provided StackBlitz sandbox/Storybook
  • Add new Playwright test coverage if required
  • Carbon implementation matches Design System/designs
  • UI Tests GitHub check reviewed if required

Additional context

Testing instructions

Test story added to Accordion

…idden by parent overflow

Ensures that the child container has fixed position so that it isn't hidden when rendered inside a
parent with overflow hidden

fix #7134
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

MultiActionButton is not displaying well when inside an Accordion
1 participant