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

removed the scroll bar below the "home-left" div #2415

Closed sayanmdn closed 3 years ago

sayanmdn commented 3 years ago

to removed the scroll bar below the "home-left", changed the "home-left" width to 42 rem as same for the "home-right" div

Description of PR

a scroll bar below the "home-left" div is showing in the desktop full-screen view. not looking good. has been fixed here.

Checklist

Screenshots Before: https://drive.google.com/file/d/1Fs2TI3v8BAwqcUBxQOd9t8i4cv4ZLjk5/view?usp=sharing After: https://drive.google.com/file/d/1DSdViqzH1T-s_vs8CY8QcmvTxdAxizUt/view?usp=sharing

shuklaayush commented 3 years ago

I had to make a few other changes to make sure the layout doesn't break on other resolutions (see #2416). Thanks for the PR though.