SyntaxFix
Write A Post
Hire A Developer
Questions
In Bootstrap 3 you have to change the css class .modal
css
.modal
before (bootstrap default) :
.modal { overflow-y: auto; }
after (after you edit it):
.modal { overflow-y: scroll; }