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:
Nikhil Mohite
2023-10-04 12:13:21 +05:30
committed by GitHub
parent 541d9dfcb4
commit 9c903f944c

View File

@@ -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),