[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
|
|
@ -14,8 +14,8 @@ export const AppHeader = (props: AppHeaderProps) => {
|
|||
const { header, mobileHeader } = props;
|
||||
|
||||
return (
|
||||
<div className="z-[15]">
|
||||
<Row className="h-[3.75rem] z-10 flex gap-2 w-full items-center border-b border-custom-border-200 bg-custom-sidebar-background-100">
|
||||
<div className="z-[18]">
|
||||
<Row className="h-[3.75rem] flex gap-2 w-full items-center border-b border-custom-border-200 bg-custom-sidebar-background-100">
|
||||
<div className="block bg-custom-sidebar-background-100 md:hidden">
|
||||
<SidebarHamburgerToggle />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue