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

Style: Fix overflow #2420

Closed Anki-0 closed 3 years ago

Anki-0 commented 3 years ago

Description of PR

.map-container overflow in table view

Relevant Issues

Changed in App.scss under

@media (max-width: 769px) .map-container {width: calc(100% - 2rem);}

to

{width: calc(100% - 3rem);}

Checklist

Screenshots 1 2