- Edited
Hello,
I've checked your website and can't see the issue. The aside menu is scrolled to the bottom (all menu items are visible) and the main content is scrollable then..
Maybe it's not enough space on the bottom of the aside menu on some devices, try to add the following custom css code:
#gk-aside-menu > ul {
padding-bottom: 80px;
}
Hope it helps..
Cheers
Joshua