Fix an issue with the plus icon dissapearing on inbox modal
This commit is contained in:
parent
3e12dd999b
commit
87f9c352ff
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ const Layout: React.FC<LayoutProps> = ({
|
|||
</div>
|
||||
|
||||
{/* Hide floating + button when any modal is open to prevent overlap with save buttons */}
|
||||
{!isTaskModalOpen && !isProjectModalOpen && !isNoteModalOpen && !isAreaModalOpen && !isTagModalOpen && globalModalCount === 0 && (
|
||||
{!isTaskModalOpen && !isProjectModalOpen && !isNoteModalOpen && !isAreaModalOpen && !isTagModalOpen && (
|
||||
<button
|
||||
onClick={() => openTaskModal('simplified')}
|
||||
className="fixed bottom-6 right-6 bg-blue-500 hover:bg-blue-600 text-white rounded-full p-4 shadow-lg focus:outline-none transform transition-transform duration-200 hover:scale-110 z-50"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue