Skip to content

Commit

Permalink
Alert : Added z-index for close button (#31826)
Browse files Browse the repository at this point in the history
Co-authored-by: Ankit Mishra <ankitmishra@Ankit-MacBook-Pro.local>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
  • Loading branch information
3 people committed Oct 7, 2020
1 parent d6bf562 commit c8523d7
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: $stretched-link-z-index + 1;
padding: $alert-padding-y * 1.25 $alert-padding-x;
}
}
Expand Down

0 comments on commit c8523d7

Please sign in to comment.