diff --git a/src/components/Grids/Table-styles.tsx b/src/components/Grids/Table-styles.tsx index 8597b9f..82ace53 100644 --- a/src/components/Grids/Table-styles.tsx +++ b/src/components/Grids/Table-styles.tsx @@ -20,4 +20,5 @@ export const BuyContainer = styled(Box)({ height: "100px", padding: "7px 14px", background: "#323336", + zIndex: 3 });