Skip to content

Commit

Permalink
Merge pull request #15 from LolHens/patch-1
Browse files Browse the repository at this point in the history
Fix z-index in Internet Explorer 11
  • Loading branch information
Script47 authored Oct 20, 2019
2 parents e362307 + da745cd commit fa691d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

.toast-wrapper {
position: absolute;
z-index: 1055;
top: 0;
right: 0;
margin: 5px
Expand Down
2 changes: 1 addition & 1 deletion dist/toast.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* @description Toast - A Bootstrap 4.2+ jQuery plugin for the toast component
* @version 0.7.1
**/
.toast-container{position:sticky;z-index:1055;top:0}.toast-wrapper{position:absolute;top:0;right:0;margin:5px}.toast-container > .toast-wrapper > .toast{min-width:150px;background-color:rgb(255, 255, 255);border-top:none}.toast-container > .toast-wrapper > .toast > .toast-header strong{padding-right:20px}
.toast-container{position:sticky;z-index:1055;top:0}.toast-wrapper{position:absolute;z-index:1055;top:0;right:0;margin:5px}.toast-container > .toast-wrapper > .toast{min-width:150px;background-color:rgb(255, 255, 255);border-top:none}.toast-container > .toast-wrapper > .toast > .toast-header strong{padding-right:20px}

0 comments on commit fa691d3

Please sign in to comment.