Skip to content

Commit

Permalink
fix: border and zindex of bottom sticky section obiz offer
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Nov 6, 2024
1 parent 1f9dbe7 commit ab4f95a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion webapp/src/pages/dashboard/offer/obiz/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,16 @@ export default function OfferObizPage() {
</Text>
</Flex>

<Flex position={"sticky"} bottom={0} p={4} pb={6} bg="white">
<Flex
position={"sticky"}
bottom={0}
p={4}
pb={6}
bg="white"
borderTopWidth={1}
borderTopColor={"gray.200"}
zIndex={1}
>
<Button colorScheme="blackBtn" w="full">
Acheter un bon
</Button>
Expand Down

0 comments on commit ab4f95a

Please sign in to comment.