Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Mishra <cankitm@gmail.com>2020-10-07 17:03:53 +0300
committerGitHub <noreply@github.com>2020-10-07 17:03:53 +0300
commitc8523d71e7fa361ca478a27b3d0b55c1b7bf4212 (patch)
treea6af8d1b6011dc4f68760d5e9d2c46b50ffd8ad1 /scss/_alert.scss
parentd6bf56250158e5b1de91e5efd6ba65894f9ee450 (diff)
Alert : Added z-index for close button (#31826)
Co-authored-by: Ankit Mishra <ankitmishra@Ankit-MacBook-Pro.local> Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Diffstat (limited to 'scss/_alert.scss')
-rw-r--r--scss/_alert.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss
index d0536f3395..dd08a55c6b 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;
}
}