pub fn scrollable_both<E>(element: E) -> Scrollable<E>where E: Element,
Create a scrollable container with both axes
scrollable_both( div().children(items) )