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(carousel): removed will-change and transform to allow fixed passthrough #1962

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

agliga
Copy link
Contributor

@agliga agliga commented Dec 15, 2022

Fixes #1961

  • This PR contains CSS changes
  • This PR does not contain CSS changes

Description

  • There are two attributes preventing any fixed items from going outside of carousel, will-change and transform. Both do not seem like they are needed. Removing them makes carousel work as before.

Checklist

  • I verify the build is in a non-broken state

  • I verify all changes are within scope of the linked issue

  • I regenerated all CSS files under dist folder

  • I tested the UI in all supported browsers

  • I did a visual regression check of the components impacted by doing a Percy build and approved the build

  • I tested the UI in dark mode and RTL mode

  • I added/updated/removed Storybook coverage as appropriate

@agliga agliga self-assigned this Dec 15, 2022
@agliga agliga changed the base branch from master to 15.3.0 December 15, 2022 20:16
@agliga agliga changed the title Carousel layer fix(carousel): removed will-change and transform to allow fixed passthrough Dec 16, 2022
@agliga agliga merged commit 8d995e9 into 15.3.0 Dec 16, 2022
@agliga agliga deleted the carousel-layer branch December 16, 2022 17:55
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.

carousel: drawer-dialog is truncated when put inside
2 participants