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