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 6eb4162 commit 77970feCopy full SHA for 77970fe
src/app/components/StateRoute/AxMap/Ax.tsx
@@ -71,6 +71,7 @@ export default function AxTree(props) {
71
borderRadius: '8px',
72
overflowY: 'auto',
73
overflowX: 'auto',
74
+ backgroundColor: 'transparent',
75
};
76
77
const [orientation, setOrientation] = useState('horizontal');
@@ -93,7 +94,6 @@ export default function AxTree(props) {
93
94
sizeHeight = innerWidth;
95
}
96
-
97
const LinkComponent = getLinkComponent({ linkType, orientation });
98
99
const currAxSnapshot = JSON.parse(JSON.stringify(axSnapshots[currLocation.index]));
0 commit comments