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:
parent
a858419f3c
commit
4941b51fa4
1 changed files with 3 additions and 1 deletions
|
@ -80,8 +80,10 @@ export default (WrappedComponent, defaultProps) => {
|
||||||
popperModifiers={[
|
popperModifiers={[
|
||||||
{
|
{
|
||||||
name: 'preventOverflow',
|
name: 'preventOverflow',
|
||||||
|
enabled: true,
|
||||||
options: {
|
options: {
|
||||||
boundariesElement: 'window',
|
altAxis: true,
|
||||||
|
padding: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue