(container)
| 9007 | } |
| 9008 | |
| 9009 | function isOverflowing(container) { |
| 9010 | var win = (0, _isWindow.default)(container); |
| 9011 | return win || isBody(container) ? bodyIsOverflowing(container) : container.scrollHeight > container.clientHeight; |
| 9012 | } |
| 9013 | |
| 9014 | module.exports = exports.default; |
| 9015 |
nothing calls this directly
no test coverage detected
searching dependent graphs…