The isolation CSS property determines whether an element must create a new {{glossary(“stacking context”)}}.
pub const auto_: #(String, String)
- : A new stacking context is created only if one of the properties applied to the element requires it.
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const isolate: #(String, String)
- : A new stacking context must be created.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for isolation
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for isolation.
It will be wrapped in var() and have -- prepended.