Skip to content
Web Developer Blog
Increase the height of Bootstrap Modal
Add the following css:
.modal-body { max-height: 800px; }
Post navigation
Previous
Previous post:
Add Reindent Shortcut on Sublime Text
Next
Next post:
How to Disable Magic Quotes When You Cannot Change Server Configurations