Skip to content

Commit

Permalink
fix substeps toolbox height
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Nov 22, 2024
1 parent 7aa1fc2 commit 62f1a44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export function SubstepsToolbox(
substeps.commandCreatorFnName === 'mix')) ||
substeps.substepType === THERMOCYCLER_PROFILE ? (
<Toolbox
height="calc(100vh - 6rem)"
width={FLEX_MAX_CONTENT}
closeButton={<Icon size="2rem" name="close" />}
onCloseClick={handleClose}
Expand Down

0 comments on commit 62f1a44

Please sign in to comment.