[WEB-4469] fix: full screen mode visibility for Gnatt and Analytics

This commit is contained in:
Vamsi Krishna 2025-07-10 14:23:08 +05:30 committed by GitHub
parent fcb6e269a0
commit 3618ffc2c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ export const WorkItemsModal: React.FC<Props> = observer((props) => {
return (
<Transition.Root appear show={isOpen} as={React.Fragment}>
<Dialog as="div" className="relative z-20" onClose={handleClose}>
<Dialog as="div" className="relative z-30" onClose={handleClose}>
<Transition.Child
as={React.Fragment}
enter="transition-transform duration-300"

View file

@ -179,7 +179,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-20 bg-custom-background-100": fullScreenMode,
"fixed inset-0 z-30 bg-custom-background-100": fullScreenMode,
"border-[0.5px] border-custom-border-200": border,
})}
>