dwind::layout

Static OVERFLOW_X_SCROLL

Source
pub static OVERFLOW_X_SCROLL: Lazy<String>
Expand description

Generated from css file. Class content: overflow-x: scroll;

§Example

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