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

Add z-index to popup container. Closes #46

This commit is contained in:
Maksim Eltyshev 2020-10-21 14:50:15 +05:00
parent 76f9748e57
commit 4aedb5eed0

View file

@ -56,6 +56,14 @@ 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}