feat: set z-index greater than Highlighter z-index

This commit is contained in:
karishmas6
2024-07-21 23:52:37 +05:30
parent 1d8d0bd8cf
commit 57f2b8139c

View File

@@ -41,4 +41,5 @@ const defaultModalStyle = {
display: 'block',
overflow: 'scroll',
padding: '5px 25px 10px 25px',
zIndex: 3147483647,
};