javascript - Flyout menu with scrolling -


I am trying to create a flyout menu that has a larger screening than the screen. I can not seem to figure out how to do it with native overflow-Y scrolling properties. Every time I think that the overflow-y seems to be set: The auto-flying menu is nested in the parent div with a scroll bar.

Anyone have any ideas?

Thank you!

This is not a solution for me, but you can try it .. Its a great effect And works in your purpose:


Comments

Popular posts from this blog

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -