I'm currently in the process of developing a new off canvas mobile menu for a website project to replace an outdated and faulty version. After some research, I have decided to use https://github.com/mobify/pikabu as it meets all my requirements. However, I am facing an issue with its height calculation.
The problem can be observed at:
To replicate the issue, simply shrink the menu, then click the 'hamburger' icon at the top left corner. The menu slides out, but you will notice that the body of the page is still scrollable due to incorrect height calculation by pikabu and an inline style.
Initially, I suspected that the extra height may be caused by a CSS conflict within my stylesheet, but I have been unsuccessful in identifying the root cause.
While I prefer not to make direct edits to Pikabu itself, I am willing to do so if necessary to resolve this issue.
Any assistance or guidance on this matter would be highly appreciated!