Having trouble with overflow.
I have a nav at the top and bottom of a mobile interface. I want to fix both of these elements but at the same time make the page content which is an image that is larger than the stage in the y direction scroll. I can get the image to scroll by setting the main stage overflow to scroll but the nav's also scroll. I don't want them to scroll with the content.
This is what I have tried to solve it. I have set the main stage to hidden. I have then made the content I want to scroll into a symbol and set it's stage to scroll. This does not work. I have tried every combination I can think of but no luck. I know this is probably a CSS question but hoping someone knows what to do.