fix: sidebar quick action overlapping (#5020)
This commit is contained in:
parent
5ad0114aac
commit
8f59a36bda
1 changed files with 1 additions and 3 deletions
|
|
@ -109,9 +109,7 @@ export const SidebarQuickActions = observer(() => {
|
|||
</button>
|
||||
)}
|
||||
{isDraftButtonOpen && (
|
||||
<div
|
||||
className={`fixed left-4 mt-0 h-10 w-[203px] pt-2 ${isSidebarCollapsed ? "top-[5.5rem]" : "top-24"}`}
|
||||
>
|
||||
<div className="absolute mt-0 h-10 w-[220px] pt-2 z-10 top-8 left-0">
|
||||
<div className="h-full w-full">
|
||||
<button
|
||||
onClick={() => setIsDraftIssueModalOpen(true)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue