]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
toasts: mention that positioning is manual. (#27931)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 27 Dec 2018 19:41:14 +0000 (21:41 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Dec 2018 19:41:14 +0000 (21:41 +0200)
site/docs/4.2/components/toasts.md

index f9d0d7e4cef450525dcc562091613b3e85191f74..ac02ee9692e455c44054af3a504c6cc962a94828 100644 (file)
@@ -14,6 +14,7 @@ Things to know when using the toast plugin:
 
 - If you're building our JavaScript from source, it [requires `util.js`]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/#util).
 - Toasts are opt-in for performance reasons, so **you must initialize them yourself**.
+- **Please note that you are responsible for positioning toasts.**
 - Toasts will automatically hide if you do not specify `autohide: false`.
 
 ## Examples