2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

docs: Update positioning.md (#1664)

This commit is contained in:
Pierre Chamberlain
2022-07-27 13:08:55 -03:00
committed by GitHub
parent 069df0c23e
commit befcf750c2
+1 -1
View File
@@ -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