From e9464f9e68b98ec1215506fc309609fdec4986c9 Mon Sep 17 00:00:00 2001 From: Ketan Sharma Date: Thu, 19 Sep 2024 17:36:52 +0530 Subject: [PATCH] [WEB-2475] fix: applied filters header z-index and transparency (#5632) * fixed only for spreadsheet * change package for global change --- packages/ui/src/header/helper.tsx | 2 +- web/core/components/workspace/views/header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/header/helper.tsx b/packages/ui/src/header/helper.tsx index b833f899f..bb6bbf1cc 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 81554e8ca..559bd6578 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)} />