File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Shared/Components/WorkflowOptionsModal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ const WorkflowOptionsModal = ({
184
184
close = { loadingWebhook ? null : handleFlowCompletion }
185
185
>
186
186
< div
187
- className = "workflow-options-modal bg__overlay br-8 flexbox h-500 dc__overflow-scroll "
187
+ className = "workflow-options-modal bg__overlay br-8 flexbox h-500 dc__overflow-auto "
188
188
onClick = { stopPropagation }
189
189
>
190
190
{ /* Sidebar */ }
@@ -213,7 +213,7 @@ const WorkflowOptionsModal = ({
213
213
</ div >
214
214
215
215
{ /* Content */ }
216
- < div className = "flexbox-col p-20 dc__gap-12 dc__overflow-scroll " >
216
+ < div className = "flexbox-col p-20 dc__gap-12 dc__overflow-auto " >
217
217
< section className = "flexbox-col dc__gap-8 dc__align-self-stretch" >
218
218
< h3 className = "m-0 cn-7 fs-11 fw-6 lh-16 dc__uppercase" >
219
219
{ WORKFLOW_OPTIONS_MODAL_TYPES . DEFAULT }
You can’t perform that action at this time.
0 commit comments