Skip to content

Commit

Permalink
fix: new note button on mobile when no account
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Oct 23, 2022
1 parent b98f5e2 commit 47b3286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const ContentListHeader = ({
</Popover>
</div>
<button
className="absolute bottom-6 right-6 ml-3 flex h-13 w-13 cursor-pointer items-center justify-center rounded-full border border-solid border-transparent bg-info text-info-contrast hover:brightness-125 md:static md:h-8 md:w-8"
className="absolute bottom-6 right-6 z-editor-title-bar ml-3 flex h-13 w-13 cursor-pointer items-center justify-center rounded-full border border-solid border-transparent bg-info text-info-contrast hover:brightness-125 md:static md:h-8 md:w-8"
title={addButtonLabel}
aria-label={addButtonLabel}
onClick={addNewItem}
Expand Down

0 comments on commit 47b3286

Please sign in to comment.