IE8 renders max-height as height when there's a scrollbar, 其他问题资料
a容器设置了max-height,a容器设置overflow: auto或srcoll,a容器会把max-height当做height来渲染。
解决办法是去掉b容器的overflow设置,再给b容器外面套一个容器c,给c设置overflow。