add padding to scatterplot shift (#1043)

This commit is contained in:
Severiano Badajoz
2019-11-18 12:41:58 -08:00
committed by GitHub
parent 2d0b646956
commit cf8f1a710d
@@ -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",