Update "z" of popover
This commit is contained in:
parent
f46fc3a7f5
commit
d88b7087cb
|
@ -96,7 +96,7 @@ const Popover: React.FC<IPopover> = (props) => {
|
|||
}}
|
||||
className={
|
||||
clsx({
|
||||
'z-40 rounded-lg bg-white shadow-2xl dark:bg-gray-900 dark:ring-2 dark:ring-primary-700': true,
|
||||
'z-[101] rounded-lg bg-white shadow-2xl dark:bg-gray-900 dark:ring-2 dark:ring-primary-700': true,
|
||||
'p-6': !isFlush,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue