We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c5fba commit 0b9efe6Copy full SHA for 0b9efe6
src/app/components/ComponentMap.tsx
@@ -71,7 +71,7 @@ export default function ComponentMap({
71
72
// setting the margins for the Map to render in the tab window.
73
const innerWidth = totalWidth - margin.left - margin.right;
74
- const innerHeight = totalHeight - margin.top - margin.bottom;
+ const innerHeight = totalHeight - margin.top - margin.bottom - 60;
75
76
let origin: { x: number; y: number };
77
let sizeWidth: number;
0 commit comments