add zIndex

This commit is contained in:
PhilReact 2024-12-26 10:15:37 +02:00
parent 98b6ef7a4d
commit d84fcb0658

View File

@ -20,4 +20,5 @@ export const BuyContainer = styled(Box)({
height: "100px", height: "100px",
padding: "7px 14px", padding: "7px 14px",
background: "#323336", background: "#323336",
zIndex: 3
}); });