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

refactor(sidebar): use CSS solution for overflow on sidebar content when no sticky footer detected FE-6642 #6997

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

Conversation

edleeks87
Copy link
Contributor

Proposed behaviour

Replaces iteration of children with pure CSS solution to adding overflow styling to Sidebar content container when no sticky footer is rendered

Current behaviour

Relies on child iteration to detect when a sticky footer is rendered

Checklist

  • Commits follow our style guide
  • Unit tests 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

…hen no sticky footer detected

Replaces iteration of children with pure CSS solution to adding overflow styling to Sidebar content
container when no sticky footer is rendered
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.

1 participant