1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 07:25:24 +02:00

Update dependencies

This commit is contained in:
Maksim Eltyshev 2020-11-20 06:01:42 +05:00
parent de7d080910
commit de1f7c7564
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}