mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 09:13:21 +03:00
fix: Prevent popup from overflowing
This commit is contained in:
@@ -80,8 +80,10 @@ export default (WrappedComponent, defaultProps) => {
|
|||||||
popperModifiers={[
|
popperModifiers={[
|
||||||
{
|
{
|
||||||
name: 'preventOverflow',
|
name: 'preventOverflow',
|
||||||
|
enabled: true,
|
||||||
options: {
|
options: {
|
||||||
boundariesElement: 'window',
|
altAxis: true,
|
||||||
|
padding: 20,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user