fix: decrease gantt full size z-index (#4354)

This commit is contained in:
Aaryan Khandelwal 2024-05-03 17:38:21 +05:30 committed by GitHub
parent eed047bfe3
commit 89f2f87b97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ export const ChartViewRoot: FC<ChartViewRootProps> = observer((props) => {
return (
<div
className={cn("relative flex flex-col h-full select-none rounded-sm bg-custom-background-100 shadow", {
"fixed inset-0 z-[999999] bg-custom-background-100": fullScreenMode,
"fixed inset-0 z-20 bg-custom-background-100": fullScreenMode,
"border-[0.5px] border-custom-border-200": border,
})}
>