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