fix(priority): browser overflow in fe docker
This commit is contained in:
@@ -106,7 +106,7 @@ export const PageWrapper = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
<Box sx={{
|
<Box sx={{
|
||||||
display: isAuthPage ? 'block' : 'flex',
|
display: 'block',
|
||||||
minHeight: isAuthPage ? '100vh' : 'calc(100vh - 64px)'
|
minHeight: isAuthPage ? '100vh' : 'calc(100vh - 64px)'
|
||||||
}}>
|
}}>
|
||||||
<Routes>
|
<Routes>
|
||||||
|
|||||||
Reference in New Issue
Block a user