Update "z" of popover

This commit is contained in:
danidfra 2024-10-01 21:08:17 -03:00
parent f46fc3a7f5
commit d88b7087cb
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})
}