10000 docs(CToast): update stacking example · coreui/coreui-vue@3d43e8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d43e8e

Browse files
committed
docs(CToast): update stacking example
1 parent b464b33 commit 3d43e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/components/toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Toasts are slightly translucent to blend in with what's below them.
182182
You can stack toasts by wrapping them in a toast container, which will vertically add some spacing.
183183

184184
::: demo
185-
<CToaster>
185+
<CToaster class="position-relative">
186186
<CToast :autohide="false">
187187
<CToastHeader closeButton>
188188
<svg

0 commit comments

Comments
 (0)
0