UNPKG

249 BJavaScriptView Raw
1/**
2 * Test usage export. Do not use in your production
3 */
4export function isBodyOverflowing() {
5 return document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight) && window.innerWidth > document.body.offsetWidth;
6}
\No newline at end of file