You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot read property 'clientHeight' of undefined
webpack:///./~/smoothscroll-for-websites/SmoothScroll.js:401
Use case:
I have smoothscroll active on a given page
I have a modal script that when it opens will set the html & body to overflow:hidden;
Problem:
When a key is pressed on the keyboard with the modal open the aforementioned error is thrown
The text was updated successfully, but these errors were encountered:
Error thrown:
Use case:
I have smoothscroll active on a given page
I have a modal script that when it opens will set the html & body to
overflow:hidden;
Problem:
When a key is pressed on the keyboard with the modal open the aforementioned error is thrown
The text was updated successfully, but these errors were encountered: