Skip to content

Commit 94c6917

Browse files
author
Ives van Hoorne
committed
Fix wiggly behaviour in dashboard
1 parent 90c8e0f commit 94c6917

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Content/SandboxGrid

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Content/SandboxGrid/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class SandboxGrid extends React.Component<*, State> {
299299
});
300300

301301
return (
302-
<Content onMouseDown={this.onMouseDown}>
302+
<Content style={{ overflowX: 'hidden' }} onMouseDown={this.onMouseDown}>
303303
<DragLayer />
304304
<AutoSizer>
305305
{({ width, height }) => {

0 commit comments

Comments
 (0)