Offcanvas
Live Demo
Use the buttons below to show and hide an offcanvas element via JavaScript that toggles the .show class on an element with the .offcanvas class.
Offcanvas
Placement
Offcanvas Diffrent Placement Example: Left, Right & Bottom
Offcanvas top
Offcanvas right
Offcanvas bottom
Backdrop
Scrolling the element is disabled when an offcanvas and its backdrop are visible. Use the data-bs-scroll attribute to toggle scrolling and data-bs-backdrop to toggle the backdrop.
Colored with scrolling
Try scrolling the rest of the page to see this option in action.
Offcanvas with backdrop
.....
Backdroped with scrolling
Try scrolling the rest of the page to see this option in action.
Body Scrolling
Scrolling the element is disabled when an offcanvas and its backdrop are visible.
Offcanvas with body scrolling
Try scrolling the rest of the page to see this option in action.
Static Backdrop
When backdrop is set to static, the offcanvas will not close when clicking outside of it.
Offcanvas
Body Scrolling And Backdrop
Scrolling the element is disabled when an offcanvas and its backdrop are visible. Use the data-bs-scroll attribute to toggle scrolling and data-bs-backdrop to toggle the backdrop.
Backdrop with scrolling
Try scrolling the rest of the page to see this option in action.