]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix offcanvas title in 'Enable body scrolling' example (#35621)
authorNeeraj Kumar Das <nkdas91@gmail.com>
Wed, 5 Jan 2022 17:01:05 +0000 (22:31 +0530)
committerGitHub <noreply@github.com>
Wed, 5 Jan 2022 17:01:05 +0000 (19:01 +0200)
site/content/docs/5.1/components/offcanvas.md

index 276826a68fa3065982bef3843ca444a12de376d6..9f30f74e95bd4d35929421b387a814b8022e63a6 100644 (file)
@@ -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">