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:
parent
76f9748e57
commit
4aedb5eed0
1 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue