pub fn modal_scrollable<F>(id: &str, title: &str, body_fn: F) -> Element<Div>where F: FnOnce(Element<Div>) -> Element<Div>,
Create a scrollable modal.