Skip to content

Commit 77970fe

Browse files
committed
added transprent background to ax tree tool tip display
1 parent 6eb4162 commit 77970fe

File tree

1 file changed

+1
-1
lines changed
  • src/app/components/StateRoute/AxMap

1 file changed

+1
-1
lines changed

src/app/components/StateRoute/AxMap/Ax.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export default function AxTree(props) {
7171
borderRadius: '8px',
7272
overflowY: 'auto',
7373
overflowX: 'auto',
74+
backgroundColor: 'transparent',
7475
};
7576

7677
const [orientation, setOrientation] = useState('horizontal');
@@ -93,7 +94,6 @@ export default function AxTree(props) {
9394
sizeHeight = innerWidth;
9495
}
9596

96-
9797
const LinkComponent = getLinkComponent({ linkType, orientation });
9898

9999
const currAxSnapshot = JSON.parse(JSON.stringify(axSnapshots[currLocation.index]));

0 commit comments

Comments
 (0)