Horizontal scroll on page when there is a field with hidden visibility [RESOLVED]

hello everyone
after update the gravity form to 2.5.13
I have a new problem! pages that have a gravity form which include a hidden field, have an long horizontal scroll with white space!
it just happen when there is a hidden field in form! horizontal scroll disappears as soon as delete the field or make it visible
is there any solution for that?

for anyone who have a same problem!
i figured out that the reason is about gfield_visibility_hidden css class which have a “left:9999px” item!
i set a
.gfield_visibility_hidden {left:0px !important; }
in my website them and problem has gone!

1 Like