I have a form which otherwise displays properly but in Firefox it includes a horizontal scrollbar along the side of the form. Is there some coding I need to do so this does not display?
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
@jmackesy There might be something on your form which is extending the page layout to show the scroll. Pages are responsive and will adjust to devices and screens. You can add css to client libs to handle this( https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp) but be cautious to not hide scroll for small devices as well.
@jmackesy There might be something on your form which is extending the page layout to show the scroll. Pages are responsive and will adjust to devices and screens. You can add css to client libs to handle this( https://www.w3schools.com/howto/howto_css_hide_scrollbars.asp) but be cautious to not hide scroll for small devices as well.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies