Skip to content

Commit f7a1b18

Browse files
authored
Fix offcanvas title in 'Enable body scrolling' example (#35621)
1 parent 670e12d commit f7a1b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/5.1/components/offcanvas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Scrolling the `<body>` element is disabled when an offcanvas and its backdrop ar
143143

144144
<div class="offcanvas offcanvas-start" data-bs-scroll="true" data-bs-backdrop="false" tabindex="-1" id="offcanvasScrolling" aria-labelledby="offcanvasScrollingLabel">
145145
<div class="offcanvas-header">
146-
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Colored with scrolling</h5>
146+
<h5 class="offcanvas-title" id="offcanvasScrollingLabel">Offcanvas with body scrolling</h5>
147147
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
148148
</div>
149149
<div class="offcanvas-body">

0 commit comments

Comments
 (0)