Merge pull request #887 from getmaxun/prod-recorder-fix

fix(priority): browser overflow in fe docker
This commit is contained in:
Karishma Shukla
2025-11-15 04:42:06 +05:30
committed by GitHub

View File

@@ -106,7 +106,7 @@ export const PageWrapper = () => {
</Box>
)}
<Box sx={{
display: isAuthPage ? 'block' : 'flex',
display: 'block',
minHeight: isAuthPage ? '100vh' : 'calc(100vh - 64px)'
}}>
<Routes>