feat: set position absolute

This commit is contained in:
karishmas6
2024-10-20 18:21:50 +05:30
parent 03b00c7de3
commit b5e3c04d79

View File

@@ -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',