1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-23 15:19:44 +02:00

fix: Prevent popup from overflowing

This commit is contained in:
Maksim Eltyshev 2022-12-15 01:38:03 +01:00
parent a858419f3c
commit 4941b51fa4

View file

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