I had encountered the same issue once. Try using the property below on id page-container
. It is happening in mobile-view, right?
overflow-x: hidden;
It solves the issue.
I had encountered the same issue once. Try using the property below on id page-container
. It is happening in mobile-view, right?
overflow-x: hidden;
It solves the issue.