ankurk91 / vue-toast-notification

Yet another toast notification plugin for Vue.js :tulip:
https://ankurk91.github.io/vue-toast-notification
MIT License
641 stars 76 forks source link

Toaster zIndex #96

Closed bitblitz4use closed 1 month ago

bitblitz4use commented 1 month ago

Hi there, is it possible to set the zIndex of the toaster globally with API? Using Vue 3

Thx

ankurk91 commented 1 month ago

Feel free to override it via css

bitblitz4use commented 1 month ago

I tried it with

.vue-toast-notification { z-index: 9000 !important; }

inside an imported global scss file. Is the class name right? Sorry could not find css class names in docu

ankurk91 commented 1 month ago

https://github.com/ankurk91/vue-toast-notification/blob/2bf6e843d64d798cf472eb37a7eb8396b5a7551b/src/themes/default/_main.scss#L10