feat: set overflowY to none
This commit is contained in:
@@ -103,7 +103,7 @@ export const InterpretationLog = () => {
|
||||
</Typography>
|
||||
<div style={{
|
||||
height: '50vh',
|
||||
overflowY: 'scroll',
|
||||
overflowY: 'none',
|
||||
padding: '10px',
|
||||
background: '#19171c',
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user