mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-17 05:47:58 +08:00
tooltips, copy, scatterplot tray (#383)
* tooltips, copy, scatterplot tray * reset interface * copy
This commit is contained in:
@@ -280,9 +280,12 @@ class Scatterplot extends React.Component {
|
||||
style={{
|
||||
position: "fixed",
|
||||
bottom: minimized ? -height + -margin.top : 0,
|
||||
left: globals.leftSidebarWidth + globals.scatterplotPaddingLeft,
|
||||
paddingBottom: 20,
|
||||
backgroundColor: "white"
|
||||
borderRadius: "3px 3px 0px 0px",
|
||||
left: globals.leftSidebarWidth + globals.scatterplotMarginLeft,
|
||||
padding: "0px 20px 20px 0px",
|
||||
backgroundColor: "white",
|
||||
/* x y blur spread color */
|
||||
boxShadow: "0px 0px 6px 2px rgba(153,153,153,0.4)"
|
||||
}}
|
||||
id="scatterplot_wrapper"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user