Footer z axis fix

This commit is contained in:
Connor Yoh 2025-09-01 11:53:44 +01:00
parent 6dbaff5342
commit 7c79e1dd13

View File

@ -24,7 +24,6 @@ export default function Footer({
return (
<div style={{
height: 'var(--footer-height)',
zIndex: 999999,
backgroundColor: 'var(--mantine-color-gray-1)',
borderTop: '1px solid var(--mantine-color-gray-2)',
display: 'flex',