diff options
| author | XhmikosR <[email protected]> | 2018-12-27 21:41:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-27 21:41:14 +0200 |
| commit | 501e8c0837339b322ce263bf501db08e408ca74c (patch) | |
| tree | c9573b1241b9c34389a64cc9dc6118c9e52620d4 /site/docs | |
| parent | dc17c924e86948ae514d72f8ccc67f9d77657f6b (diff) | |
| download | bootstrap-501e8c0837339b322ce263bf501db08e408ca74c.tar.xz bootstrap-501e8c0837339b322ce263bf501db08e408ca74c.zip | |
toasts: mention that positioning is manual. (#27931)
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.2/components/toasts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/docs/4.2/components/toasts.md b/site/docs/4.2/components/toasts.md index f9d0d7e4c..ac02ee969 100644 --- a/site/docs/4.2/components/toasts.md +++ b/site/docs/4.2/components/toasts.md @@ -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 |
