caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.
https://carlosroso.com/notyf/
MIT License
2.66k stars 197 forks source link

I want to change the z-index. #133

Open sunecosuri opened 1 year ago

sunecosuri commented 1 year ago

I would like to change the z-index value from the default of 9999. Resolved by using !important as a work around.

Passing className in the options didn't seem to change

image