StartBootstrap / startbootstrap-simple-sidebar

An off canvas sidebar navigation Bootstrap HTML template created by Start Bootstrap

Home Page:https://startbootstrap.com/template/simple-sidebar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inside modal?

betoxx opened this issue · comments

When I place it inside a bootstrap modal all goes outside the modal.

Have you found a way to get this to work? I have the same problem.

If you make the modal full screen it works..

.modal-dialog {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}

.modal-content {
height: auto;
min-height: 100%;
border-radius: 0;
}

Not sure on this one, if anyone wants to take a stab at it let me know!