Hi. My smartmenu has fixed property (position:fixed in css). Also there are some submenus. On mobile phones when the menu and some submenus are visible, scrolling doesn’t work. Therefore some of menu items and sub menus are not reachable. They are off the screen and because of scrolling not working I am not able to see and click them. When I set the smartmenu’s position absolute, everything is fine.There is a bootstrap example for fixed menu
http://vadikom.github.io/smartmenus/src/demo/bootstrap-4-navbar-fixed-top.html
But the scrolling doesn’t work either if you check it on a mobile phone or small screen.
Is there any way to fix that problem.
Thanks