[WEB-4469] fix: full screen mode visibility for Gnatt and Analytics
This commit is contained in:
parent
fcb6e269a0
commit
3618ffc2c3
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
})}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue