Fix handle position

This commit is contained in:
nickofolas 2022-05-09 19:26:20 -05:00
parent d4e97d786c
commit dd949697df

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