Hi Ant, I'm sorry i missed this. You can stop the navigation following you as you scroll if this is presenting a problem.
To do this you would need to update the CSS for the mobile skin. Open Skins\Mobile\Styles\1_common.css.
Locate the following CSS class...
.mn_wrapper
{
width: 100%;
position: fixed;
}
Remove the fixed positioning....
.mn_wrapper
{
width: 100%;
}
I hope this helps. If we can assist further please don't hesitate to respond,