From d84fcb06581e6851f13b5e9428640df8c058d4e5 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Thu, 26 Dec 2024 10:15:37 +0200 Subject: [PATCH] add zIndex --- src/components/Grids/Table-styles.tsx | 1 + 1 file changed, 1 insertion(+) 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 });