fix: sidebar quick action overlapping (#5020)

This commit is contained in:
Anmol Singh Bhatia 2024-07-03 13:49:28 +05:30 committed by GitHub
parent 5ad0114aac
commit 8f59a36bda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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