1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +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={[
{
name: 'preventOverflow',
enabled: true,
options: {
boundariesElement: 'window',
altAxis: true,
padding: 20,
},
},
]}