mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 23:54:09 -06:00
Added postion relative to show error message properly.
This commit is contained in:
parent
74be3a9f52
commit
262dcdcf54
@ -132,7 +132,8 @@ const useStyles = makeStyles((theme) =>
|
||||
paddingBottom: '1em',
|
||||
paddingRight: '1em',
|
||||
overflow: 'hidden',
|
||||
minHeight: 0
|
||||
minHeight: 0,
|
||||
position: 'relative'
|
||||
}
|
||||
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user