aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Mishra <[email protected]>2020-10-07 19:33:53 +0530
committerGitHub <[email protected]>2020-10-07 16:03:53 +0200
commitc8523d71e7fa361ca478a27b3d0b55c1b7bf4212 (patch)
treea6af8d1b6011dc4f68760d5e9d2c46b50ffd8ad1
parentd6bf56250158e5b1de91e5efd6ba65894f9ee450 (diff)
downloadbootstrap-c8523d71e7fa361ca478a27b3d0b55c1b7bf4212.tar.xz
bootstrap-c8523d71e7fa361ca478a27b3d0b55c1b7bf4212.zip
Alert : Added z-index for close button (#31826)
Co-authored-by: Ankit Mishra <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
-rw-r--r--scss/_alert.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index d0536f339..dd08a55c6 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -34,6 +34,7 @@
position: absolute;
top: 0;
right: 0;
+ z-index: $stretched-link-z-index + 1;
padding: $alert-padding-y * 1.25 $alert-padding-x;
}
}