logo

1-pixel-wealth

Source code for <https://mkorostoff.github.io/1-pixel-wealth/>: Wealth shown to scale
commit: 518ab02ff3605c92b03b22a8e3da971267eeb7fc
parent d979df26e005273785a5d9a762c648aaa463ed6c
Author: Matt Korostoff <MKorostoff@gmail.com>
Date:   Wed, 17 Jun 2020 22:24:57 -0400

Merge remote-tracking branch 'eat/scrollbar-fix'

Diffstat:

Mmain.css6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/main.css b/main.css @@ -500,7 +500,8 @@ h1 { .people-wrapper { width: 800px; height: 400px; - overflow: scroll; + overflow-y: auto; + overflow-x: hidden; } .four-hundred-people .people { width: 800px; @@ -724,7 +725,8 @@ h1 { box-shadow: inset 0 0 10px #00000042; width: 800px; height: 320px; - overflow: scroll; + overflow-y: scroll; + overflow-x: hidden; } .baby-counter { top: 127px;