Hi,
When I apply offcanvas under this theme (Metronic 8), it seems that all offcanva css disappeared.
Original bootsrap's offcanvas documentation:
https://getbootstrap.com/docs/5.1/components/offcanvas/
I know the theme provides "drawer" component which similar to this, but it does not support drawers from bottom.
Please help, thanks.
We weren"t aware that Drawer could support Top and Bottom.
We would love to see Drawer appearing from Top and Bottom.
Thank you.
Hi,
Thanks for your feedback on this. We will fix it in the next update in a few weeks.
In the meantime you can fix it by adding below lines in src/sass/components/components.scss
// Bootstrap components
.....
@import "../../../tools/node_modules/bootstrap/scss/offcanvas";
@import "../../../tools/node_modules/bootstrap/scss/placeholders";