monks/scroll_padding_right
The scroll-padding-right property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
Values
pub const auto_: #(String, String)
- : The offset is determined by the user agent. This will generally be 0px, but a user agent is able to detect and do something else if a non-zero value is more appropriate.
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of scroll-padding-right
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for scroll-padding-right
pub const revert_layer: #(String, String)