From f390658ee00aaf5a309f49c5cb8ae6a7ace3fef4 Mon Sep 17 00:00:00 2001 From: ascarbek Date: Mon, 27 Mar 2023 01:12:03 +0600 Subject: [PATCH] fix: cell options positions --- .../components/_shared/EditRow/CellOptionsPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/CellOptionsPopup.tsx b/frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/CellOptionsPopup.tsx index a69cc0ec29..a28765a281 100644 --- a/frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/CellOptionsPopup.tsx +++ b/frontend/appflowy_tauri/src/appflowy_app/components/_shared/EditRow/CellOptionsPopup.tsx @@ -52,7 +52,7 @@ export const CellOptionsPopup = ({ className={`fixed z-10 rounded-lg bg-white px-2 py-2 text-xs shadow-md transition-opacity duration-300 ${ adjustedTop === -100 ? 'opacity-0' : 'opacity-100' }`} - style={{ top: `${adjustedTop + 50}px`, left: `${left}px` }} + style={{ top: `${adjustedTop + 40}px`, left: `${left}px` }} >