Expand my Community achievements bar.

SOLVED

Firefox displaying a horizontal scroll bar

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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.

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

@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.