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

Toaster Position.BOTTOM positions to TOP #4572

Closed
jash8506 opened this issue Mar 10, 2021 · 0 comments · Fixed by #4577
Closed

Toaster Position.BOTTOM positions to TOP #4572

jash8506 opened this issue Mar 10, 2021 · 0 comments · Fixed by #4577

Comments

@jash8506
Copy link

jash8506 commented Mar 10, 2021

Environment

  • Package version(s): core 3.40.1
  • Operating System: Linux Mint
  • Browser name and version: Chrome 88.0.4324.182

Code Sandbox

https://blueprintjs.com/docs/#core/components/toast

Steps to reproduce

  1. go to https://blueprintjs.com/docs/#core/components/toast
  2. select position as "bottom"
  3. watch toasts appear at the top

Actual behavior

Toast at top

Expected behavior

Toast at bottom

Possible solution

parent of toaster element with .bp3-portal class sets top: 0; needs to set bottom: 0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants