Skip to content

Commit eadd206

Browse files
committed
fix: Use min height to let the banner grow when resizing window
1 parent 2497f2e commit eadd206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/configurator/components/select-dataset-step.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const useStyles = makeStyles<Theme, { datasetPresent: boolean }>((theme) => ({
8383
gridTemplateColumns:
8484
"minmax(12rem, 20rem) minmax(22rem, 1fr) minmax(12rem, 20rem)",
8585
gridTemplateAreas: `". banner ."`,
86-
height: BANNER_HEIGHT,
86+
minHeight: BANNER_HEIGHT,
8787
marginTop: BANNER_MARGIN_TOP,
8888
backgroundColor: theme.palette.primary.light,
8989
},

0 commit comments

Comments
 (0)