Skip to content

Commit 29146da

Browse files
committed
fix: hide overflow
1 parent 5844eaa commit 29146da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/RecordingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export const RecordingPage = ({ recordingName }: RecordingPageProps) => {
157157
<>
158158
<Grid container direction="row" style={{ flexGrow: 1, height: '100%' }}>
159159
<Grid item xs={12} md={9} lg={9} style={{ height: '100%', overflow: 'hidden', position: 'relative' }}>
160-
<div style={{ height: '100%', overflow: 'auto' }}>
160+
<div style={{ height: '100%', overflow: 'hidden' }}>
161161
<BrowserContent />
162162
<InterpretationLog isOpen={showOutputData} setIsOpen={setShowOutputData} />
163163
</div>

0 commit comments

Comments
 (0)