In your case also add this (You added a class with overflow: visible;
for the body
:
<style>
body.body{
overflow-x: hidden;
}
</style>
In your case also add this (You added a class with overflow: visible;
for the body
:
<style>
body.body{
overflow-x: hidden;
}
</style>