1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 09:04:14 +02:00

Alert : Added z-index for close button (#31826)

Co-authored-by: Ankit Mishra <ankitmishra@Ankit-MacBook-Pro.local>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
Ankit Mishra
2020-10-07 19:33:53 +05:30
committed by GitHub
parent d6bf562501
commit c8523d71e7

View File

@@ -34,6 +34,7 @@
position: absolute;
top: 0;
right: 0;
z-index: $stretched-link-z-index + 1;
padding: $alert-padding-y * 1.25 $alert-padding-x;
}
}