scroll_speed
The amount of logical pixels to scroll per "tick" of the scroll wheel. This variable is provided in case you need a quick fix. If you need to adjust this, please file an issue.
Source
Implementation
pub var scroll_speed: f32 = if (builtin.os.tag.isDarwin()) 40 else 80