diff options
| author | Martijn Cuppens <[email protected]> | 2020-10-09 06:44:20 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-10-09 07:44:20 +0300 |
| commit | 429a84ff3328d5470723fa1fdf47756b4fd38741 (patch) | |
| tree | d346c8b7c2a318d684687d878ac6039f760548b1 /scss | |
| parent | 91d0a652433ce014603c4ee80d809b1fff872da6 (diff) | |
| download | bootstrap-429a84ff3328d5470723fa1fdf47756b4fd38741.tar.xz bootstrap-429a84ff3328d5470723fa1fdf47756b4fd38741.zip | |
Backport #31826 (#31846)
Fix for alert-dismissible close button not clickable with stretched-link
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_alert.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss index da2a98af9..4aa1fc203 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; } |
