feat: set position absolute
This commit is contained in:
@@ -120,7 +120,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
||||
color="primary"
|
||||
sx={{
|
||||
color: 'white',
|
||||
position: 'fixed',
|
||||
position: 'absolute',
|
||||
background: '#ff00c3',
|
||||
border: 'none',
|
||||
padding: '10px 20px',
|
||||
|
||||
Reference in New Issue
Block a user