From e9a50911e0d6294264560692ed405c9022f318a0 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Tue, 6 Oct 2020 20:35:49 +0200 Subject: [PATCH] Backport #31826 Fix for alert-dismissible close button not clickable with stretched-link --- scss/_alert.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_alert.scss b/scss/_alert.scss index da2a98af94e8..4aa1fc20397a 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; }