[Vuejs]-How can i put z-index of v-text-field element behind of the menu options using tailwindcss

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

Leave a comment