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
/* Oculta la scroll-bar pero sigue permitiendo hacer scroll con el mouse */
body::-webkit-scrollbar { display: none; }
html, body { -ms-overflow-style: none; overflow: auto; }