Closed Kamduras-dev closed 3 years ago
Hi @Kamduras-dev , would you please provide a screenshot? Thank You!
Hi @Kamduras-dev , would you please provide a screenshot? Thank You!
Sure:
I'll check that and come back to you.
This happens because you use a fixed navbar. If the fixed navbar spans the whole screen (when expanded) you won't be able to visibly scroll. The content behind the fixed navbar scrolls but is hidden by the navbar. The fixed navbar is not scrollable per definition. You can fix this by unsetting the "navbar-fixed" for small/medium screens. Go to https://getbootstrap.com/docs/4.6/examples/starter-template/ using a mobile, expand the menu and scroll to see what's going on.
This is normal behaviour and not a WP Bootstrap Navwalker bug.
This happens because you use a fixed navbar. If the fixed navbar spans the whole screen (when expanded) you won't be able to visibly scroll. The content behind the fixed navbar scrolls but is hidden by the navbar. The fixed navbar is not scrollable per definition. You can fix this by unsetting the "navbar-fixed" for small/medium screens. Go to https://getbootstrap.com/docs/4.6/examples/starter-template/ using a mobile, expand the menu and scroll to see what's going on.
This is normal behaviour and not a WP Bootstrap Navwalker bug.
Thank you very much, I hadn't thought of that.
Thank you for your time.
I close the issue
You're welcome!
Hello,
When I create a long menu. On mobiles, you can't scroll and you can't see the bottom of the menu.
Thanks.