mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the user is unable to select objects on the backup dialog due to tree flickring #6799.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user