SyntaxFix
Write A Post
Hire A Developer
Questions
The only way to fix this issue for my bootstrap modal (containing a form) was to add the following code to my CSS:
.modal { -webkit-overflow-scrolling: auto!important; }