From: Ankit Mishra Date: Wed, 7 Oct 2020 14:03:53 +0000 (+0530) Subject: Alert : Added z-index for close button (#31826) X-Git-Tag: v5.0.0-alpha3~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8523d71e7fa361ca478a27b3d0b55c1b7bf4212;p=thirdparty%2Fbootstrap.git Alert : Added z-index for close button (#31826) Co-authored-by: Ankit Mishra Co-authored-by: Martijn Cuppens --- 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; } }