diff --git a/gui/src/components/uploads/SectionSelectDialog.js b/gui/src/components/uploads/SectionSelectDialog.js index f9c6200b1b604feae2bd9000a36d9eaf6dc5844c..690365ca17dd1b69ec35212f49c71de05561112d 100644 --- a/gui/src/components/uploads/SectionSelectDialog.js +++ b/gui/src/components/uploads/SectionSelectDialog.js @@ -57,6 +57,7 @@ const useStyles = makeStyles(theme => ({ minHeight: 400 }, dialogContent: { + overflowY: 'hidden' }, resultsTable: { overflowY: 'scroll',