()
| 20 | } |
| 21 | |
| 22 | export function isBodyOverflowing() { |
| 23 | return document.body.clientWidth < window.innerWidth; |
| 24 | } |
| 25 | |
| 26 | export function getOriginalBodyPadding() { |
| 27 | const style = window.getComputedStyle(document.body, null); |
no outgoing calls
no test coverage detected
searching dependent graphs…