Last active
March 19, 2018 01:02
-
-
Save ljayz/f4d0ff37fdfca52e9e61eab10562ac11 to your computer and use it in GitHub Desktop.
Bootstrap 3 modal body auto height
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.modal .modal-body { | |
max-height: calc(100vh - 200px); | |
overflow-y: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment