diff --git a/web/pgadmin/static/js/SchemaView/FormView.jsx b/web/pgadmin/static/js/SchemaView/FormView.jsx index 244a1c166b0..e5df9a6e21d 100644 --- a/web/pgadmin/static/js/SchemaView/FormView.jsx +++ b/web/pgadmin/static/js/SchemaView/FormView.jsx @@ -28,7 +28,8 @@ import FieldSetView from './FieldSetView'; const useStyles = makeStyles((theme)=>({ fullSpace: { padding: 0, - height: '100%' + height: '100%', + overflow: 'hidden', }, controlRow: { marginBottom: theme.spacing(1),