1π
β
I had the same issue, I solved setting a max-width
to the containers, for example
.outerContainer, .innerContainer {
max-width: 100%;
}
Try it and let me know if it works also for you π
π€user1518217
Source:stackexchange.com