Skip to content

Commit 4b1e2ce

Browse files
committed
added transparent background to tool tip displays
1 parent 7c6a416 commit 4b1e2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/StateRoute/ComponentMap/ComponentMap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export default function ComponentMap({
124124
padding: 0,
125125
borderRadius: '8px',
126126
overflowY: 'auto',
127+
backgroundColor: 'transparent',
127128
};
128129

129130
const nodeList: [] = []; // create a nodeList array to store our nodes as a flat array

0 commit comments

Comments
 (0)