fix: Correct stylus comment about modal height

This commit is contained in:
Blade Barringer 2016-01-17 16:11:42 -06:00
parent 0a2c833f9b
commit af19d0d77b

View file

@ -22,7 +22,7 @@ future re: pets and whatnot, this is just temporary.
.modal-content
height: 100%
.modal-body
max-height: calc(100% - 137px) // 100% = dialog height, 150px = header (70px) + footer (67px)
max-height: calc(100% - 137px) // 100% = dialog height, 137px = header (70px) + footer (67px)
overflow-y: scroll
.modal-footer
margin: 0