diff --git a/packages/ui/src/header/helper.tsx b/packages/ui/src/header/helper.tsx index b833f899fe6..bb6bbf1cc84 100644 --- a/packages/ui/src/header/helper.tsx +++ b/packages/ui/src/header/helper.tsx @@ -12,7 +12,7 @@ export const headerStyle: IHeaderProperties = { [EHeaderVariant.PRIMARY]: "relative flex w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100", [EHeaderVariant.SECONDARY]: "!py-0 overflow-y-hidden border-b border-custom-border-200 justify-between", - [EHeaderVariant.TERNARY]: "flex flex-wrap justify-between py-2 border-b border-custom-border-200 gap-2", + [EHeaderVariant.TERNARY]: "flex flex-wrap justify-between py-2 border-b border-custom-border-200 gap-2 bg-custom-background-100 z-[12]", }; export const minHeights: IHeaderProperties = { [EHeaderVariant.PRIMARY]: "", diff --git a/web/core/components/workspace/views/header.tsx b/web/core/components/workspace/views/header.tsx index 81554e8ca06..559bd6578ca 100644 --- a/web/core/components/workspace/views/header.tsx +++ b/web/core/components/workspace/views/header.tsx @@ -107,7 +107,7 @@ export const GlobalViewsHeader: React.FC = observer(() => { ); return ( -
+
setCreateViewModal(false)} />