Skip to content

Commit

Permalink
Backport #31826 (#31846)
Browse files Browse the repository at this point in the history
Fix for alert-dismissible close button not clickable with stretched-link
  • Loading branch information
MartijnCuppens committed Oct 9, 2020
1 parent 91d0a65 commit 429a84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_alert.scss
Expand Up @@ -34,6 +34,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: $alert-padding-y $alert-padding-x;
color: inherit;
}
Expand Down

0 comments on commit 429a84f

Please sign in to comment.