mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: sidebar quick action overlapping (#5020)
This commit is contained in:
committed by
GitHub
parent
5ad0114aac
commit
8f59a36bda
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user