]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix(docs): update docs to match the newest modal-open removal (#34239)
authorSzymon Wiszczuk <37072867+golota60@users.noreply.github.com>
Mon, 14 Jun 2021 05:43:35 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 05:43:35 +0000 (08:43 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.0/components/modal.md

index d19957f3e73bb324687db4c643ad2ac96e720c10..e6a838aac284c3e10a3df3015f2c9be696143d0f 100644 (file)
@@ -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