macro_rules! scroll { ( $( $key:ident : $value:tt ),* $(,)? ) => { ... }; }
Macro for creating a scrollable container.