kamranahmedse / jquery-toast-plugin

Highly customizable jquery plugin to show toast messages
http://kamranahmed.info/toast
1.51k stars 506 forks source link

z-index issue #7

Closed MartinP7r closed 9 years ago

MartinP7r commented 9 years ago

I'm using the toast in a project together with bootstrap. sometimes the toast gets hidden behind form elements on the page. maybe a higher z-index would help?

(I fixed my issue by overwriting the z-index for .jq-toast-wrap )

kamranahmedse commented 9 years ago

Fixed. Thank you for reporting.