first commit
This commit is contained in:
6
frontend/node_modules/@rc-component/portal/es/util.js
generated
vendored
Normal file
6
frontend/node_modules/@rc-component/portal/es/util.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Test usage export. Do not use in your production
|
||||
*/
|
||||
export function isBodyOverflowing() {
|
||||
return document.body.scrollHeight > (window.innerHeight || document.documentElement.clientHeight) && window.innerWidth > document.body.offsetWidth;
|
||||
}
|
||||
Reference in New Issue
Block a user