I'm trying to fix the following bug on my blog https://blog.teiltonung.de when it's visited by mobile device:
If you open the mobile navigation which is a nav-element inside the css-class ".et-mobile-navigation" which is part of body-element then the nav-element is scrollable but the whole page content behind the nav-element is scrollable too, so this is really buggy.
Is there any other solution than to rewrite the html to place the nav-element outside the body-element to be able to do overflow: hidden on the body? My Problem is, that I'm using the Extra-Theme from elegantthemes so I'm not able to do heavy html-edits on the basic structure of the theme. :(