[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
|
|
@ -23,7 +23,7 @@ const ProjectDraftIssuesPage = observer(() => {
|
|||
<>
|
||||
<PageHead title={pageTitle} />
|
||||
<div className="flex h-full w-full flex-col">
|
||||
<div className="gap-1 flex items-center border-b border-custom-border-200 px-4 py-2.5 shadow-sm">
|
||||
<div className="gap-1 flex items-center border-b border-custom-border-200 px-4 py-2.5 shadow-sm bg-custom-background-100 z-[12]">
|
||||
<button
|
||||
type="button"
|
||||
onClick={() => router.push(`/${workspaceSlug}/projects/${projectId}/issues/`)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue