From: Martijn Cuppens Date: Fri, 9 Oct 2020 04:44:20 +0000 (+0200) Subject: Backport #31826 (#31846) X-Git-Tag: v4.5.3~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=429a84ff3328d5470723fa1fdf47756b4fd38741;p=thirdparty%2Fbootstrap.git Backport #31826 (#31846) Fix for alert-dismissible close button not clickable with stretched-link --- diff --git a/scss/_alert.scss b/scss/_alert.scss index da2a98af94..4aa1fc2039 100644 --- a/scss/_alert.scss +++ b/scss/_alert.scss @@ -34,6 +34,7 @@ position: absolute; top: 0; right: 0; + z-index: 2; padding: $alert-padding-y $alert-padding-x; color: inherit; }