diff --git a/client/src/lib/popup/with-popup.jsx b/client/src/lib/popup/with-popup.jsx index a03f7a06..cf5f6bfe 100755 --- a/client/src/lib/popup/with-popup.jsx +++ b/client/src/lib/popup/with-popup.jsx @@ -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}