feat: set overflowY to none

This commit is contained in:
karishmas6
2024-08-24 10:05:06 +05:30
parent 27acb56691
commit de86c4c46a

View File

@@ -103,7 +103,7 @@ export const InterpretationLog = () => {
</Typography>
<div style={{
height: '50vh',
overflowY: 'scroll',
overflowY: 'none',
padding: '10px',
background: '#19171c',
}}>