We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b20a3 commit 2455faeCopy full SHA for 2455fae
packages/app/src/app/pages/Sandbox/Editor/index.js
@@ -35,7 +35,7 @@ export default class ContentSplit extends React.PureComponent<Props, State> {
35
const { sandbox, match } = this.props;
36
const { resizing, workspaceHidden } = this.state;
37
return (
38
- <Fullscreen style={{ position: 'relative' }}>
+ <Fullscreen style={{ position: 'relative', overflow: 'hidden' }}>
39
<SplitPane
40
split="vertical"
41
defaultSize={18 * 16}
0 commit comments