Skip to content

Commit 1f9ef9d

Browse files
authored
chore(docs): minor updates to modal docs
1 parent f043906 commit 1f9ef9d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/modal/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -697,13 +697,10 @@ component. This will hide the modal before another modal is shown.
697697

698698
**Notes:**
699699

700-
- Do not nest `b-modal` _inside_ another `b-modal`, as it will get "constrained" to the boundaries
701-
of the containing modal dialog.
700+
- Avoid nesting a `<b-modal>` _inside_ another `<b-modal>`, as it may get "constrained" to the
701+
boundaries of the parent modal dialog (specifically when static modals are used).
702702
- The opaque backdrop will appear progressively darker for each modal that is opened. This is
703-
expected behaviour as each backdrop is opened over top the other backdrops.
704-
- For multiple modals to stack properly, they **must** be defined in the document in the order they
705-
will be opened, otherwise a newly opened modal may appear hidden or obscured by a currently open
706-
modal.
703+
expected behaviour as each backdrop is opened over top the other modals and backdrops.
707704

708705
## Modal message boxes
709706

0 commit comments

Comments
 (0)