0👍
Welcome! The default position
of a div is static
, then z-index
has no effect on it. So you should change the default position
of your div with z-10
to something else, probably you need relative
- [Vuejs]-Why is my function not working when called from a vue.js component-generated element?
- [Vuejs]-VueJS Application should call PHP backend on port 80 when using AJAX in a Docker application
Source:stackexchange.com