Skip to content

Commit

Permalink
fix: Scroll: Auto
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Dec 31, 2023
1 parent 6c5a57f commit 3f5190c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/views/projects/import/ImportView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const ImportView: FunctionComponent = () => {
],
]}
maxWidth="wide"
overflow="scroll"
overflow="auto"
>
<ImportConflictResolutionDialog
row={resolveRow}
Expand Down

0 comments on commit 3f5190c

Please sign in to comment.