Skip to content

Commit

Permalink
[Popper]: fix scroll jump when content contains autofocus input (#16740)
Browse files Browse the repository at this point in the history
closes #16740
  • Loading branch information
alirezamirian committed Jul 25, 2019
1 parent d4c7c05 commit f57b273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Popper/Popper.js
Expand Up @@ -183,7 +183,7 @@ const Popper = React.forwardRef(function Popper(props, ref) {
role="tooltip"
style={{
// Prevents scroll issue, waiting for Popper.js to add this style once initiated.
position: 'absolute',
position: 'fixed',
}}
{...other}
>
Expand Down

0 comments on commit f57b273

Please sign in to comment.