From befcf750c241b8f754c7d1fbc99d1a24445abbbb Mon Sep 17 00:00:00 2001 From: Pierre Chamberlain Date: Wed, 27 Jul 2022 13:08:55 -0300 Subject: [PATCH] docs: Update positioning.md (#1664) --- docs/guide/positioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/positioning.md b/docs/guide/positioning.md index ad5a4b9..395c90e 100644 --- a/docs/guide/positioning.md +++ b/docs/guide/positioning.md @@ -11,7 +11,7 @@ the viewport. If you need more fine grain control, you can use calculated positi If you want more control over how the dropdown is rendered, or if you're running into z-index issues, you may use the `appendToBody` boolean prop. When enabled, Vue Select will append the dropdown to -the document, outside of the `.v-select` container, and position it with Javscript. +the document, outside of the `.v-select` container, and position it with Javascript. When `appendToBody` is true, the positioning will be handled by the `calculatePosition` prop. This function is responsible for setting top/left absolute positioning values for the dropdown. The