Fix for alert-dismissible close button not clickable with stretched-link
This commit is contained in:
Martijn Cuppens 2020-10-09 06:44:20 +02:00 committed by GitHub
parent 91d0a65243
commit 429a84ff33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
position: absolute;
top: 0;
right: 0;
z-index: 2;
padding: $alert-padding-y $alert-padding-x;
color: inherit;
}