File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/content/docs/5.0/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Toasts are as flexible as you need and have very little required markup. At a mi
45
45
46
46
Click the button below to show a toast (positioned with our utilities in the lower right corner) that has been hidden by default with ` .hide ` .
47
47
48
- <div class =" position-fixed bottom-0 end-0 p-3 " style =" z-index : 5 " >
48
+ <div class =" position-fixed bottom-0 end-0 p-3 " style =" z-index : 11 " >
49
49
<div id =" liveToast " class =" toast hide " role =" alert " aria-live =" assertive " aria-atomic =" true " >
50
50
<div class="toast-header">
51
51
{{< placeholder width="20" height="20" background="#007aff" class="rounded me-2" text="false" title="false" >}}
@@ -66,7 +66,7 @@ Click the button below to show a toast (positioned with our utilities in the low
66
66
``` html
67
67
<button type =" button" class =" btn btn-primary" id =" liveToastBtn" >Show live toast</button >
68
68
69
- <div class =" position-fixed bottom-0 end-0 p-3" style =" z-index : 5 " >
69
+ <div class =" position-fixed bottom-0 end-0 p-3" style =" z-index : 11 " >
70
70
<div id =" liveToast" class =" toast hide" role =" alert" aria-live =" assertive" aria-atomic =" true" >
71
71
<div class =" toast-header" >
72
72
<img src =" ..." class =" rounded me-2" alt =" ..." >
You can’t perform that action at this time.
0 commit comments