Dynamically set height of css grid when districts are expanded
The districts on expansion have a grid rule attached to it, however, due to a fixed height the width overflows. The workaround is using scroll to handle the overflow.
To Reproduce Steps to reproduce the behavior:
- Go to any Uttar Pradesh state page
- Click on view all under top districts
Expected behavior Ideally the height shouldn't be fixed, and it should expand dynamically keeping the no. of columns constant at three. The solution should eliminate the need to scroll.