From: Szymon Wiszczuk <37072867+golota60@users.noreply.github.com> Date: Mon, 14 Jun 2021 05:43:35 +0000 (+0200) Subject: fix(docs): update docs to match the newest modal-open removal (#34239) X-Git-Tag: v5.0.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7951eedbc642006f265611224e8555ab4d85595c;p=thirdparty%2Fbootstrap.git fix(docs): update docs to match the newest modal-open removal (#34239) Co-authored-by: XhmikosR --- diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index d19957f3e7..e6a838aac2 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 `` 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