Skip to content

Commit 4cd775d

Browse files
committed
fix: add zIndex to CookiesBanner to fix overlapping issue caused by layout change
1 parent a3d4cec commit 4cd775d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/legal/CookiesBanner.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const CookiesBanner = () => {
2525
padding: "0.5rem",
2626
boxShadow: 10,
2727
displayPrint: "none",
28+
zIndex: 2,
2829
}}
2930
>
3031
<Container>

0 commit comments

Comments
 (0)