Skip to content

Commit

Permalink
fix(Toast): should not lock scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Oct 9, 2020
1 parent 6a306c3 commit a622caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toast/Toast.js
Expand Up @@ -116,6 +116,7 @@ export default createComponent({
bem([props.position, { [props.type]: !props.icon }]),
props.className,
]}
lockScroll={false}
transition={props.transition}
onClick={onClick}
onClosed={clearTimer}
Expand Down

0 comments on commit a622caa

Please sign in to comment.