We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5844eaa commit 29146daCopy full SHA for 29146da
src/pages/RecordingPage.tsx
@@ -157,7 +157,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
157
<>
158
<Grid container direction="row" style={{ flexGrow: 1, height: '100%' }}>
159
<Grid item xs={12} md={9} lg={9} style={{ height: '100%', overflow: 'hidden', position: 'relative' }}>
160
- <div style={{ height: '100%', overflow: 'auto' }}>
+ <div style={{ height: '100%', overflow: 'hidden' }}>
161
<BrowserContent />
162
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
163
</div>
0 commit comments