From a44f3f47cbd87484e8227ab358236dae7a6bc4e1 Mon Sep 17 00:00:00 2001 From: Jason Sperske Date: Tue, 18 May 2021 21:54:21 -0700 Subject: [PATCH] Adjusted z-index to cover "copy" buttons (#34018) The copy to clipboard buttons have a `z-index:10` while the toasts were styled to have a `z-index:5" causing them to appear under the button. --- site/content/docs/5.0/components/toasts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 29254b267b..75713050c8 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -45,7 +45,7 @@ Toasts are as flexible as you need and have very little required markup. At a mi 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`. -
+