weaveworks / ui-components

A collection of UI components that are shared across Weaveworks projects
http://weaveworks-ui-components.s3-website-us-west-2.amazonaws.com/
Apache License 2.0
30 stars 26 forks source link

fix(timeline): enable preventDefault() on onWheel event #477

Closed fbarl closed 5 years ago

fbarl commented 5 years ago

Temporary hack solution for https://github.com/weaveworks/service-ui/issues/3750.

Also, use left alignment as default for GridRow component (which changes nothing as flex-start is already a Flex default attribute) so that alignContent is not a required prop anymore.