kamranahmedse / jquery-toast-plugin

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

Added z-index to force the toast to pop on top #8

Closed akram-rameez closed 9 years ago

akram-rameez commented 9 years ago

I tried adding this to my dashboard, and the toast failed to show up above the Navbar. So I added a z-index to pop this on top. This a precautionary measure to accommodate the plugin on different templates with different coding practices

kamranahmedse commented 9 years ago

Thank you