mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 07:08:12 +08:00
don't overlay buttons on graph canvas for click miss
This commit is contained in:
@@ -123,7 +123,7 @@ class Graph extends React.Component {
|
||||
borderRadius: 3,
|
||||
boxShadow: "3px 4px 13px 0px rgba(201,201,201,1)",
|
||||
}}>
|
||||
<div style={{position: "relative", left: 20, top: 20}}>
|
||||
<div style={{padding: 10}}>
|
||||
<button
|
||||
onClick={() => { this.props.dispatch(actions.regraph()) }}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user