Describe the bug
Tapping on the Maharashtra on the India map redirects to the Benguluru urban in Karnataka
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Maharashtra state page was expected to be displayed.
But it is directing to the Bengaluru urban district in Karnataka
Screenshots

Smartphone (please complete the following information):
I have noticed that this unexpected behaviour happens with all the states. Tapping on a state redirects to another state's district.
Also this doesn't happen on all occasions. It happens few times but it is very annoying. So it has to be fixed.
@jeremyphilemon @shuklaayush Have you noticed this any time? Some state resolution issue or caching issue perhaps?
Naa, I think it's because of the flexbox. Somehow touch events aren't propagated properly when the layout changes due to differences in state numbers. We should be able to fix it by adjusting the width of the boxes.

This is happening when we switch from the India map with confirmed cases of length 6 digits to state map with cases < 6 in length. The width of the confirmed cases increases when the confirmed cases length exceeds 6 digits. There by moving the alignment of the map every time this change in cases happen.
To solve this issue the width of the confirmed cases can be increased to accomodate digits of length 6 or higher.
This will also push the no of tested tab downwards permanently and hopefully the issue can be solved.
i want to /claim this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Most helpful comment
Naa, I think it's because of the flexbox. Somehow touch events aren't propagated properly when the layout changes due to differences in state numbers. We should be able to fix it by adjusting the width of the boxes.