diff options
| author | Szymon Wiszczuk <[email protected]> | 2021-06-14 07:43:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-14 08:43:35 +0300 |
| commit | 7951eedbc642006f265611224e8555ab4d85595c (patch) | |
| tree | 25a794d2b883a82f558bfb3ebd46155e49c7be18 /site | |
| parent | f82633145889a9b662d59480cfd4fb582a5020eb (diff) | |
| download | bootstrap-7951eedbc642006f265611224e8555ab4d85595c.tar.xz bootstrap-7951eedbc642006f265611224e8555ab4d85595c.zip | |
fix(docs): update docs to match the newest modal-open removal (#34239)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.0/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index d19957f3e..e6a838aac 100644 --- a/site/content/docs/5.0/components/modal.md +++ b/site/content/docs/5.0/components/modal.md @@ -827,7 +827,7 @@ Another override is the option to pop up a modal that covers the user viewport, ## Usage -The modal plugin toggles your hidden content on demand, via data attributes or JavaScript. It also adds `.modal-open` to the `<body>` to override default scrolling behavior and generates a `.modal-backdrop` to provide a click area for dismissing shown modals when clicking outside the modal. +The modal plugin toggles your hidden content on demand, via data attributes or JavaScript. It also overrides default scrolling behavior and generates a `.modal-backdrop` to provide a click area for dismissing shown modals when clicking outside the modal. ### Via data attributes |
