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