Skip to content

Commit

Permalink
fix(frontend): progress indicator in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
kris7t committed Nov 3, 2024
1 parent bd9617d commit 805a977
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subprojects/frontend/src/ModelWorkArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const GeneratedModelPane = observer(function GeneratedModelPane({
sx={(theme) => ({
maxHeight: '6rem',
height: 'calc(100% - 8rem)',
width: '100%',
marginBottom: theme.spacing(1),
padding: error ? 0 : theme.spacing(1),
color: theme.palette.text.secondary,
Expand Down

0 comments on commit 805a977

Please sign in to comment.