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

24
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -159,7 +159,7 @@ function LogWindow(props: IProps): React.ReactElement {
}
return (
<Draggable handle=".drag">
<Draggable bounds="body" handle=".drag">
<Paper
style={{
display: "flex",