Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: z-index and legend label
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmb committed Sep 18, 2024
1 parent 5146464 commit 5fe6447
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Binary file modified kontrol-frontend/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion kontrol-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@emotion/styled": "^11.11.5",
"@react-hooks-library/core": "^0.6.2",
"chakra-multiselect": "^0.4.13",
"cli-kontrol-api": "file:../.cli-kontrol-api",
"cli-kontrol-api": "file:../../kardinal/libs/cli-kontrol-api",
"cytoscape": "^3.29.2",
"cytoscape-dagre": "^2.5.0",
"cytoscape-popper": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions kontrol-frontend/pin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.8.0",
"version": "0.10.0",
"x86_64-darwin": "",
"x86_64-linux": "sha256-4lx4eSRv+auM27K4RLyLVS3lk4+a5SCFrsyBrOY2qMI=",
"aarch64-darwin": "sha256-mSmC23SczyR2V7xoS7+bnN5g+X5EVJTy74pH3+Ld/C8=",
"aarch64-darwin": "sha256-7eJPigPZrdtTcZgrww6Xp529NQ3/H4i0E4Cbq9R2/Ns=",
"aarch64-linux": "sha256-iHZRAxgNluI3bvXIc6hgkAs/xM9Z4ib5W1ifnvGs9SQ="
}
3 changes: 1 addition & 2 deletions kontrol-frontend/src/components/CytoscapeGraph/Legend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
Tr,
Th,
Td,
TableCaption,
TableContainer,
} from "@chakra-ui/react";

Expand Down Expand Up @@ -64,10 +63,10 @@ const Legend = ({ elements }: Props) => {
borderStyle={"solid"}
borderColor={"gray.300"}
padding={4}
zIndex={5}
>
<TableContainer>
<Table variant="simple">
<TableCaption>Legend</TableCaption>
<Thead>
<Tr>
<Th>Flow ID</Th>
Expand Down

0 comments on commit 5fe6447

Please sign in to comment.