diff --git a/src/views/contextmenu/ContextMenuDoc.vue b/src/views/contextmenu/ContextMenuDoc.vue
index ff8742677..d877bf6fb 100644
--- a/src/views/contextmenu/ContextMenuDoc.vue
+++ b/src/views/contextmenu/ContextMenuDoc.vue
@@ -205,7 +205,7 @@ export default {
appendTo |
string |
null |
- DOM element instance where the dialog should be mounted. |
+ Id of the element or "body" for document where the overlay should be appended to. |
baseZIndex |
diff --git a/src/views/menu/MenuDoc.vue b/src/views/menu/MenuDoc.vue
index 50598cd78..253aaf8b1 100644
--- a/src/views/menu/MenuDoc.vue
+++ b/src/views/menu/MenuDoc.vue
@@ -111,7 +111,7 @@ toggle(event) {
appendTo |
string |
null |
- DOM element instance where the dialog should be mounted. |
+ Id of the element or "body" for document where the overlay should be appended to. |
baseZIndex |
diff --git a/src/views/overlaypanel/OverlayPanelDoc.vue b/src/views/overlaypanel/OverlayPanelDoc.vue
index 761491e67..5a69e32d9 100644
--- a/src/views/overlaypanel/OverlayPanelDoc.vue
+++ b/src/views/overlaypanel/OverlayPanelDoc.vue
@@ -60,7 +60,7 @@ toggle(event) {
appendTo |
string |
null |
- DOM element instance where the dialog should be mounted. |
+ Id of the element or "body" for document where the overlay should be appended to. |
baseZIndex |
diff --git a/src/views/tieredmenu/TieredMenuDoc.vue b/src/views/tieredmenu/TieredMenuDoc.vue
index ac2b65423..cde1ffe40 100644
--- a/src/views/tieredmenu/TieredMenuDoc.vue
+++ b/src/views/tieredmenu/TieredMenuDoc.vue
@@ -199,7 +199,7 @@ toggle(event) {
appendTo |
string |
null |
- DOM element instance where the dialog should be mounted. |
+ Id of the element or "body" for document where the overlay should be appended to. |
baseZIndex |