nathanreyes / v-calendar

An elegant calendar and datepicker plugin for Vue.
https://vcalendar.io
MIT License
4.32k stars 840 forks source link

Possibility to change position of calendar in DOM #1360

Open ByteFight opened 10 months ago

ByteFight commented 10 months ago

Hey there,

Really great and useful calendar!

for a project we need to implement a Vue app (which is using Vuetify and your v-calendar) into a WordPress Website. The embedding of the app itself works well, but we have some display errors with the v-calendar overlay. This is possibly because the calendar overlay is attached to the "DOM" right before the ending body tag, which in this case (and many other embedded apps as well) is out of the apps scope. Is there a possibility to change the default DOM element where the calendar overlay is going top be attached to?

Thanks in advance! If you need more information feel free to ask!