Skip to content

Commit

Permalink
Fixed an issue where the user is unable to select objects on the back…
Browse files Browse the repository at this point in the history
…up dialog due to tree flickring #6799.
  • Loading branch information
nikhil-mohite authored Oct 4, 2023
1 parent 541d9df commit 9c903f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/pgadmin/static/js/SchemaView/FormView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 9c903f9

Please sign in to comment.