I am trying to find a workaround to increase the height of my boot modal. I tried using the maximum fix path in the modal body, but that just disables my modal if it is oversized. I am trying to find a way to make it work, like how the modals work on pinterest.
I already disabled scrolling of the body of the main page when the modal is open. But I have problems adjusting the size.
Does anyone have any problems?
I tried adding height to my modal (height: 95%;) and modal_body (max-height: 75%;), the content overflows from the parent div (modal)
I added a screenshot to demonstrate the same

Update
I ended up making my own modal with pintrest attributes. this question helped me deal with it
twitter bootstrap
Jonathan
source share