OVERFLOW_VISIBLE

Static OVERFLOW_VISIBLE 

Source
pub static OVERFLOW_VISIBLE: Lazy<String>
Expand description

Generated from css file. Class content: overflow: visible;

§Example

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