Firstly follow the above answer make sure that the width of any element should not exceed 100% and then also try this:
Try making overflow-x: hidden;
in html as well
html,body{
overflow-x: hidden;
}
It worked for me
Firstly follow the above answer make sure that the width of any element should not exceed 100% and then also try this:
Try making overflow-x: hidden;
in html as well
html,body{
overflow-x: hidden;
}
It worked for me