Skip to content

Commit

Permalink
docs(Overlay): add information about contained that the desirable con…
Browse files Browse the repository at this point in the history
…tainer should be relative to be taken as container (#19527)

Co-authored-by: Andrew Henry <AMajesticPotatoe@gmail.com>
  • Loading branch information
fredimitchel and MajesticPotatoe committed Apr 2, 2024
1 parent 445c744 commit f638490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/src/pages/en/components/overlays.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ No scroll strategy is used.

A **contained** overlay is positioned absolutely and contained inside its parent element.

::: info
Note: The parent element must have position: relative.
:::

<ExamplesExample file="v-overlay/prop-contained" />

### Misc
Expand Down

0 comments on commit f638490

Please sign in to comment.