covid19india / covid19india-react

Tracking the impact of COVID-19 in India
https://www.covid19india.org
MIT License
6.86k stars 3.41k forks source link

Move `overflow-x: hidden` from `html` to `body` fixes #2056 #2552

Open ketan-10 opened 3 years ago

ketan-10 commented 3 years ago

Relevant Issues
Fixes #2056

Checklist

Description of PR

Due to overflow-x: hidden set on html, overflow: hidden applied on body got rejected.
So moved the overflow-x: hidden to body from html ref

Before After
image