I\'m trying to build a website that has lots of boxes that are of equal width and height. For example, I have a page that has 2 equal size boxes side by side.
The si
html { overflow-x: hidden; }
seems to work