File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -697,13 +697,10 @@ component. This will hide the modal before another modal is shown.
697
697
698
698
** Notes:**
699
699
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) .
702
702
- 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.
707
704
708
705
## Modal message boxes
709
706
You can’t perform that action at this time.
0 commit comments