Skip to content

Commit 5229405

Browse files
committed
move it closer to edge
1 parent 75e0541 commit 5229405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/roam/src/utils/renderImageToolsMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const setupWrapperForMenu = (wrapper: HTMLElement): void => {
9393

9494
const createMenuContainer = (): HTMLDivElement => {
9595
const menuContainer = document.createElement("div");
96-
menuContainer.className = "absolute bottom-8 right-8 z-[100] hidden";
96+
menuContainer.className = "absolute bottom-2 right-2 z-[100] hidden";
9797
return menuContainer;
9898
};
9999

0 commit comments

Comments
 (0)