Not Supporting Bootstrap
ghosh-jaideep opened this issue · 3 comments
ghosh-jaideep commented
I'm trying to include slideout in my bootstrap template, but slideout functionalities are conflicting with my template features.
lakhman commented
I had an issue with the modal not showing. The following css worked for me.
body.modal-open {
.slideout-panel {
transform: none !important;
z-index: unset;
will-change: unset;
}
}
vedmant commented
I have the same issue, modal window stays on the very top and not visible on the page, also backdrop is on top. Previous comment helped!