| 3 | // https://stackoverflow.com/questions/41594997/ios-10-safari-prevent-scrolling-behind-a-fixed-overlay-and-maintain-scroll-posi |
| 4 | |
| 5 | export interface BodyScrollOptions { |
| 6 | reserveScrollBarGap?: boolean; |
| 7 | allowTouchMove?: (el: any) => boolean; |
| 8 | } |
| 9 | |
| 10 | interface Lock { |
| 11 | targetElement: any; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…