overflow
This function sets the overflow property of a component for all media devices.
example calls:
overflow { scroll } // use a predefined valueParameters
extension function parameter to bring the predefined values of OverflowValues into the scope of the functional expression
This function sets the overflow property of a component for each media device independently.
example calls:
overflow { scroll } // use a predefined valueParameters
extension function parameter to bring the predefined values of OverflowValues into the scope of the functional expression for small media devices
extension function parameter to bring the predefined values of OverflowValues into the scope of the functional expression for medium sized media devices
extension function parameter to bring the predefined values of OverflowValues into the scope of the functional expression for large media devices
extension function parameter to bring the predefined values of OverflowValues into the scope of the functional expression for extra large media devices