]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport #31826 (#31846)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 9 Oct 2020 04:44:20 +0000 (06:44 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Oct 2020 04:44:20 +0000 (07:44 +0300)
Fix for alert-dismissible close button not clickable with stretched-link

scss/_alert.scss

index da2a98af94e82f0a26b2a1f26e7b05afe07d3608..4aa1fc20397a664eb071d3cb25e64561027e03f5 100644 (file)
@@ -34,6 +34,7 @@
     position: absolute;
     top: 0;
     right: 0;
+    z-index: 2;
     padding: $alert-padding-y $alert-padding-x;
     color: inherit;
   }