mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
Fix handle position
This commit is contained in:
parent
d4e97d786c
commit
dd949697df
@ -256,7 +256,7 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
style={{
|
style={{
|
||||||
position: "absolute",
|
position: "absolute",
|
||||||
right: "-10px",
|
right: "-10px",
|
||||||
bottom: "-13px",
|
bottom: "-16px",
|
||||||
cursor: "nw-resize",
|
cursor: "nw-resize",
|
||||||
display: minimized ? "none" : "inline-block",
|
display: minimized ? "none" : "inline-block",
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user