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

[core] fix(Toaster): use absolute positioning when inline #4555

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

adidahiya
Copy link
Contributor

Fixes #4538

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

  • Update toaster container to use position: absolute when usePortal={false}. This seems like the proper layout approach. This is a slight breaking change but also a bugfix, so in practice it should be ok for users of this option...

Reviewers should focus on:

No regressions for usePortal={true}

Screenshot

image

@adidahiya adidahiya changed the title [core] fix(Toaster): use absolute positioning when usePortal={false} [core] fix(Toaster): use absolute positioning when inline Mar 2, 2021
@adidahiya adidahiya merged commit 414719e into develop Mar 2, 2021
@adidahiya adidahiya deleted the ad/toaster-positioning branch March 2, 2021 21:38
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.

Toasts escaping parent container
2 participants