Skip to content

Commit

Permalink
fix: gridH now properly connects to dataStele height
Browse files Browse the repository at this point in the history
  • Loading branch information
BillGeor authored and ivanvl01 committed Sep 13, 2021
1 parent 5eb19dc commit 9c0d04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Incidents/lineGraph/lineGraphStylesheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default function buildCSS(lineGraph) {
)}px`,
},
"stele-block": {
"max-height": "5px",
"max-height": `${5 * lineGraph.gridH}px`,
opacity: "0.8",
background: lineGraph.primaryC,
},
Expand Down

0 comments on commit 9c0d04a

Please sign in to comment.