Jordan Schroter
Jordan Schroter
Thanks for the feedback.. redoing the demo page is on my list of things to do, it's just hard to find the time at the moment. I'm definitely open to...
@bumpux It should work if you just add the additional `container` class to the modal element. ``` html .... ``` But point taken :). I will try to get a...
Sorry I must have missed your reply. Where you able to fix your last issue?
Can you try with the latest version? I just accepted a pull request that fixes some issues with event propagation that could be the cause. Otherwise if you have a...
Both fiddles seems to work for me or am I missing something? http://i.imgur.com/3Qn4tW2.png http://i.imgur.com/e1t5umS.png
Ah ok I see the issue now. Looks like a I might have to dig into their code to find out why it's not working. Hopefully there is something I...
You can use the `modalOverflow` option for highly dynamic modals. This options tells the modal to render the modal as if it's always going to be larger then the view....
How are the events being set? I personally have not had any issues with buttons in modal-footer. It is important to note that when an element is modaled, it is...
Do you have an example you can provide showing the issue?
Hey thanks for the PR. I ended up accomplishing this with just a simple css patch file. I didn't want to break backwards compatibility at this point so for now...