Commit 618a9856 by Your Name Committed by zhaochengxiang

overflow hidden

parent 6a50a2d8
...@@ -38,7 +38,7 @@ class Relation extends React.Component { ...@@ -38,7 +38,7 @@ class Relation extends React.Component {
render() { render() {
return ( return (
<div ref={ref => this.elem = ref} style={{ width: '100%', height: '100%', backgroundImage: 'linear-gradient(to bottom left,#2e3b4e,#0d0d13 52%,#0d0d13)' }}> <div ref={ref => this.elem = ref} style={{ width: '100%', height: '100%', overflow: 'hidden', backgroundImage: 'linear-gradient(to bottom left,#2e3b4e,#0d0d13 52%,#0d0d13)' }}>
<div id="left-control-container"></div> <div id="left-control-container"></div>
<div id="right-control-container"></div> <div id="right-control-container"></div>
<div id="bottom-bg-container"></div> <div id="bottom-bg-container"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment