CURSOR_ALL_SCROLL

Static CURSOR_ALL_SCROLL 

Source
pub static CURSOR_ALL_SCROLL: Lazy<String>
Expand description

Generated from css file. Class content: cursor: all-scroll;

§Example

html!("div", { .dwclass!("cursor_all_scroll") });