If you use overflow-x: hidden, you can end up with scrollbars on the y-axis. Switch out that `hidden` for a `clip` and you'll solve the problem.#css #tipsandtricks
コメント