fix: Prevent popup from overflowing

pull/357/head
Maksim Eltyshev 3 years ago
parent a858419f3c
commit 4941b51fa4

@ -80,8 +80,10 @@ export default (WrappedComponent, defaultProps) => {
popperModifiers={[
{
name: 'preventOverflow',
enabled: true,
options: {
boundariesElement: 'window',
altAxis: true,
padding: 20,
},
},
]}

Loading…
Cancel
Save