logbox cant go outside body

This commit is contained in:
Olivier Gagnon
2021-12-03 15:31:25 -05:00
parent f111beb399
commit 798c9867a7
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ function LogWindow(props: IProps): React.ReactElement {
}
return (
<Draggable handle=".drag">
<Draggable bounds="body" handle=".drag">
<Paper
style={{
display: "flex",