3👍
The v-snackbar
by default has a fixed position with a z-index: 1000. With absolute
property set, the z-index become 1. So, if there is no absolute need for the absolute
prop, remove it and it should solve the problem.
- [Vuejs]-How can I use my svg icons with q-btn-toggle
- [Vuejs]-$nuxt is not defined when using $nuxt.route in computed
Source:stackexchange.com