1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 13:19:44 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-11-20 06:01:42 +05:00
parent 16795548ed
commit e2796195d8
9 changed files with 52698 additions and 6271 deletions

View file

@ -56,14 +56,6 @@ export default (WrappedComponent, defaultProps) => {
boundariesElement: 'window',
},
},
{
name: 'zIndex',
enabled: true,
phase: 'write',
fn: ({ state }) => {
state.styles.popper.zIndex = 1899; // eslint-disable-line no-param-reassign
},
},
]}
className={styles.wrapper}
onOpen={handleOpen}