Skip to content

Commit d48db01

Browse files
committed
feat: fixed cookie notice overlap
1 parent 2937208 commit d48db01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Layout/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const Layout = ({ children }) => {
6262
{hasAcceptedCookieNotice ? null : (
6363
<Alert
6464
severity="warning"
65-
style={{ position: 'sticky', bottom: 0, marginTop: 10 }}
65+
style={{ position: 'sticky', bottom: 0, marginTop: 10, zIndex: 1000 }}
6666
>
6767
<Typography>
6868
We might use cookies to ensure that we give you the best experience on our website.

0 commit comments

Comments
 (0)