Jordan Schroter

Results 108 comments of Jordan Schroter

hey all, it's been a long time since I've touched this lib and have not used bootstrap in a long time so maintenance / development has pretty much halted. I...

Yes I believe you are right in that !important is only intended for the modal-overflow class. I'd gladly except a PR to fix it if you are able to.

To allow for stacking modals properly this plugin will append the modals to document.body when they are opened. There shouldn't be any issues if the form you want to submit...

I don't have any experience with ASP.NET web form applications so you'll have to forgive my lack of knowledge about them. Is it possible the issue can be fixed by...

ah ok, I don't see anything wrong with your solution as long there's only ever one form element on the page. If there's ever two forms on a page you'll...

What device(s) are you seeing the issue on?

I believe this to be more of an issue with iOS not respecting overflow:hidden. It acts as though you have a scrollable container within a scrollable container so you actually...

This is still kind of experimental, but you can try adding the following css rule to bootstrap-modal.css which may fix the problem: ``` css .modal-open .page-container{ position: fixed; top: 0;...

Ah yes, now I remember why I didn't include that solution before :). You may want to wrap the rule in a media query so it only does this for...

Unfortunately I never got a chance to test any of the custom scrolling libraries as I decided not to go down the route for my app. If you come across...