feat: make the footer in admin panel sticky

This commit is contained in:
kasia.oczkowska
2025-01-29 13:18:05 +00:00
parent 7fc6a62f93
commit 5bc5e0fd20

View File

@@ -11,7 +11,7 @@ const Footer = () => {
return (
typeof version?.version === 'string' && (
<Box mt="auto">
<Box mt="auto" position="sticky" bottom={0}>
<Box bgcolor="common.white" mt={4}>
<Divider />
<Typography