提交 34ef3f6e 编写于 作者: C Catouse

* fix scrollInside option not work as expected in modal.

上级 ab73c1cd
......@@ -96,7 +96,7 @@
headerHeight = headerHeight($header);
}
bodyCss.maxHeight = winHeight - headerHeight;
bodyCss.overflow = $body.outerHeight() > bodyCss.maxHeight ? 'auto' : 'visible';
bodyCss.overflow = $body[0].scrollHeight > bodyCss.maxHeight ? 'auto' : 'visible';
}
$body.css(bodyCss);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册