diff --git a/src/ui/React/LogBoxManager.tsx b/src/ui/React/LogBoxManager.tsx index 357209ef9..21839a23b 100644 --- a/src/ui/React/LogBoxManager.tsx +++ b/src/ui/React/LogBoxManager.tsx @@ -256,7 +256,7 @@ function LogWindow(props: IProps): React.ReactElement { style={{ position: "absolute", right: "-10px", - bottom: "-13px", + bottom: "-16px", cursor: "nw-resize", display: minimized ? "none" : "inline-block", }}