Mango/slideout

Not Supporting Bootstrap

ghosh-jaideep opened this issue · 3 comments

I'm trying to include slideout in my bootstrap template, but slideout functionalities are conflicting with my template features.

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;
  }
}

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!

Bootstrap's modal was not working for me with slideout installed.

@lakhman 's comment did solve the problem 👍