mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
docs: Update positioning.md (#1664)
This commit is contained in:
committed by
GitHub
parent
069df0c23e
commit
befcf750c2
@@ -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,
|
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
|
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
|
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
|
function is responsible for setting top/left absolute positioning values for the dropdown. The
|
||||||
|
|||||||
Reference in New Issue
Block a user