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 6baedea
Showing 1 changed file with 1 addition and 2 deletions.
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 6baedea

Please sign in to comment.