1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-24 15:49:46 +02:00

fix: Prevent popup from overflowing

This commit is contained in:
Maksim Eltyshev 2022-12-15 01:38:03 +01:00
parent 381146b991
commit de603a3a5a

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,
}, },
}, },
]} ]}