-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Toast problem #27919
Comments
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via CodePen/JS Bin or Stackblitz and report back with your link, Bootstrap version, and specific browser and OS details. This is an automated reply |
The OS, browser, and Bootstrap versions are all in my original post. To see a simple example of the problem, go to https://www.celticsociety.org/test/toast.html This may not be a bug but a misunderstanding on my part. |
Oh ok I understand your issue ! I think our docs isn't very clear about that's your job to position your toasts, it's explained here: https://getbootstrap.com/docs/4.2/components/toasts/#placement Maybe we should highlight that 🤔 /CC @twbs/css-review @twbs/js-review |
Would mentioning it in Overview make it clearer? |
Yep I think it would be clearer in the overview |
Thanks, it's working now and yes I think it would be helpful to include
something about positioning in the overview.
…On Thu, Dec 27, 2018 at 4:24 AM Johann-S ***@***.***> wrote:
Yep I think it would be clearer in the overview
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#27919 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIGhFONnwMjPfnfF0XBTea_qMqPxdyVxks5u9LwXgaJpZM4ZgoNo>
.
|
|
Using OSX 10.13.6, Chrome 71.0.3578.98 and Bootstrap 4.2.1.
Copied the code for showing a toast from the documentation along with a button to show it. I thought toasts normally displayed on top of other page elements but in my case, the toast displays below (further down the page than) the button
Here's the code.
I'm bringing in Bootstrap with:
Thanks in advance for any guidance.
The text was updated successfully, but these errors were encountered: