I added Overflow-x: hidden in the body but it is not working.
overflow hidden disable scroll, or just hide the bar?
html, body{
overflow-x: hidden;
-webkit-overflow-x: hidden;
}
/* tentei das duas formas */
body{
overflow-x: hidden;
}