Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeeraj Kumar Das <nkdas91@gmail.com>2022-01-05 20:01:05 +0300
committerGitHub <noreply@github.com>2022-01-05 20:01:05 +0300
commitf7a1b183209affbec48af744006f330bac5ddd98 (patch)
tree9876839ae4051fbc91e2f7cf884d7eb588acc64a /site/content/docs
parent670e12dd0d72501cfe01346124f9afdf34f40f34 (diff)
Fix offcanvas title in 'Enable body scrolling' example (#35621)
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.1/components/offcanvas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/offcanvas.md b/site/content/docs/5.1/components/offcanvas.md
index 276826a68f..9f30f74e95 100644
--- a/site/content/docs/5.1/components/offcanvas.md
+++ b/site/content/docs/5.1/components/offcanvas.md
@@ -143,7 +143,7 @@ Scrolling the `<body>` element is disabled when an offcanvas and its backdrop ar
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
<div class="offcanvas-header">
- <h5 class="offcanvas-title" id="offcanvasScrollingLabel">Colored with scrolling</h5>
+ <h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">