![]()
I have some SVG icons in my angular application, when i click on a particular icon, i need to open the bootstrap offcanvas popUp. my application's same functionality is working, but i need to customize the offcanvas width and height.
![]()
I have some SVG icons in my angular application, when i click on a particular icon, i need to open the bootstrap offcanvas popUp. my application's same functionality is working, but i need to customize the offcanvas width and height.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajasekhar YekulaPosted Oct 16, 2023, 11:23 AM
create custom class name is :custom-offcanvas
.custom-offcanvas{
--bs-offcanvas-width:700px;
}