In our application for UI we are using JSF or Prime faces for that. We would like to hide the scrollbar for our application, but we are struggling to achieve this in Interne
You may use this code implement it into body --
body { overflow-x:hidden; }
If not by that look into the layout and see if any container have a untoward width of something which is making the layout stretch a bit...