Skip to content

Commit 011bcc3

Browse files
committed
fixes scroll on form edit
1 parent f6132cc commit 011bcc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/wpuf/css/wpuf-form-builder.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,14 @@
403403
cursor: pointer;
404404
}
405405

406+
#wpuf-form-builder-container section {
407+
overflow: auto;
408+
}
409+
406410
#builder-form-fields section {
407411
overflow: auto;
408412
display: inline-block;
413+
width: 100%;
409414
}
410415

411416
#wpuf-form-builder-container section {

0 commit comments

Comments
 (0)