I am facing an issue with the max-height applied to a div in bootstrap modal dialog.
Here is the fiddler: https://jsfiddle.net/z4b2bwg6/5/
CSS:
.multiline-validation{max-height:100px;overflow-y:auto;}
Steps to reproduce the issue:
- Launch the fiddler in IE 9 and select a record in grid.
- Modal dialog will appear.
- Click on Continue button.
- Bootstrap alert message will appear with the max height enabled (you will see a scrollbar).
- Click on the backdrop and then focus on the alert messages.
- The alert message div (which has max-height enabled) will expand and shrink automatically.
Question:
I am wondering what is wrong with my code and why the max height is not working. I am seeing the issue in IE 9.
Any suggestion is appreciated.