mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-22 06:48:11 +08:00
add padding to scatterplot shift (#1043)
This commit is contained in:
@@ -381,7 +381,7 @@ class Scatterplot extends React.PureComponent {
|
||||
<div
|
||||
style={{
|
||||
position: "fixed",
|
||||
bottom: minimized ? -height + -margin.top : 0,
|
||||
bottom: minimized ? -height + -margin.top - 2 : 0,
|
||||
borderRadius: "3px 3px 0px 0px",
|
||||
left: globals.leftSidebarWidth + globals.scatterplotMarginLeft,
|
||||
padding: "0px 20px 20px 0px",
|
||||
|
||||
Reference in New Issue
Block a user