Revert "fix: recorder ui bug "

This commit is contained in:
Karishma
2025-11-05 23:44:30 +05:30
committed by GitHub
parent eb8d82962b
commit ea1114693b
2 changed files with 3 additions and 18 deletions

View File

@@ -157,7 +157,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
<>
<Grid container direction="row" style={{ flexGrow: 1, height: '100%' }}>
<Grid item xs={12} md={9} lg={9} style={{ height: '100%', overflow: 'hidden', position: 'relative' }}>
<div style={{ height: '100%', overflow: 'hidden' }}>
<div style={{ height: '100%', overflow: 'auto' }}>
<BrowserContent />
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
</div>