V-Dialog fullscreen hiding behind WordPress Sidebar
1 2 3 4 | <v-dialog v-model="editDialog" persistent="" max-width="800px" :retain-focus="false" fullscreen="" transition="dialog-bottom-transition" style="z-index:20001;"> <v-dialog> </v-dialog> |
The trick is to add the z-index to the v-dialog