modal_scrollable

Function modal_scrollable 

Source
pub fn modal_scrollable<F>(id: &str, title: &str, body_fn: F) -> Element<Div>
where F: FnOnce(Element<Div>) -> Element<Div>,
Expand description

Create a scrollable modal.