[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:
Ketan Sharma 2024-09-23 16:03:56 +05:30 committed by GitHub
parent 83b83326c5
commit f49a2aa9e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View file

@ -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/`)}