From 501e8c0837339b322ce263bf501db08e408ca74c Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Thu, 27 Dec 2018 21:41:14 +0200 Subject: [PATCH] toasts: mention that positioning is manual. (#27931) --- site/docs/4.2/components/toasts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/4.2/components/toasts.md b/site/docs/4.2/components/toasts.md index f9d0d7e4ce..ac02ee9692 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 -- GitLab