feat: make the footer in admin panel sticky
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user