We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670e12d commit f7a1b18Copy full SHA for f7a1b18
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
143
144
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
145
<div class="offcanvas-header">
146
- <h5 class="offcanvas-title" id="offcanvasScrollingLabel">Colored with scrolling</h5>
+ <h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
147
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
148
</div>
149
<div class="offcanvas-body">
0 commit comments