diff --git a/app/client/src/pages/AppViewer/index.tsx b/app/client/src/pages/AppViewer/index.tsx index 31ea2b6592..1fdb6e1250 100644 --- a/app/client/src/pages/AppViewer/index.tsx +++ b/app/client/src/pages/AppViewer/index.tsx @@ -60,7 +60,7 @@ const AppViewerBody = styled.section<{ flex-direction: row; align-items: stretch; justify-content: flex-start; - height: calc(100vh - ${({ headerHeight }) => headerHeight}px); + height: calc(100dvh - ${({ headerHeight }) => headerHeight}px); --view-mode-header-height: ${({ headerHeight }) => headerHeight}px; contain: ${({ $contain }) => $contain}; `;