Skip to content

Commit

Permalink
Fix [Batch run] add vertical scroll to function list (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest authored Jul 31, 2023
1 parent bab736d commit 3272606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/Wizard/Wizard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
overflow-y: auto;
height: 100%;
width: 100%;
padding: 1.5rem 1.5rem 1.5rem 1rem;
padding: 1.5rem 2rem 1.5rem 1rem;
}

.wizard-form__content {
min-width: 350px;
height: 100%;
}
}

0 comments on commit 3272606

Please sign in to comment.