Added postion relative to show error message properly.

This commit is contained in:
Akshay Joshi 2021-12-24 17:37:59 +05:30
parent 74be3a9f52
commit 262dcdcf54

View File

@ -132,7 +132,8 @@ const useStyles = makeStyles((theme) =>
paddingBottom: '1em',
paddingRight: '1em',
overflow: 'hidden',
minHeight: 0
minHeight: 0,
position: 'relative'
}
}),