[WEB-2511] fix: fix overlapping issues for headers globally (#5667)
* fixed only for spreadsheet * change package for global change * made global and ad hoc changes * fix border and z-index for intake and notifications header
This commit is contained in:
parent
83b83326c5
commit
f49a2aa9e3
6 changed files with 9 additions and 9 deletions
|
|
@ -10,8 +10,8 @@ export interface IHeaderProperties {
|
|||
}
|
||||
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",
|
||||
"relative flex w-full flex-shrink-0 flex-row items-center justify-between gap-x-2 gap-y-4 bg-custom-sidebar-background-100 bg-custom-background-100 z-[18]",
|
||||
[EHeaderVariant.SECONDARY]: "!py-0 overflow-y-hidden border-b border-custom-border-200 justify-between bg-custom-background-100 z-[15]",
|
||||
[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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue