We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2937208 commit d48db01Copy full SHA for d48db01
1 file changed
src/components/Layout/index.jsx
@@ -62,7 +62,7 @@ const Layout = ({ children }) => {
62
{hasAcceptedCookieNotice ? null : (
63
<Alert
64
severity="warning"
65
- style={{ position: 'sticky', bottom: 0, marginTop: 10 }}
+ style={{ position: 'sticky', bottom: 0, marginTop: 10, zIndex: 1000 }}
66
>
67
<Typography>
68
We might use cookies to ensure that we give you the best experience on our website.
0 commit comments