fix: new note button on mobile when no account

This commit is contained in:
Aman Harwara
2022-10-23 11:29:46 +05:30
parent b98f5e2d02
commit 47b3286235

View File

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