This bugs happens in both desktop and mobile mode:
To reproduce the bug:
- open index-cn.html
- scroll down to the bottom of the page, and the height is correct - the bottom stops when you scroll to the end
- click on the tab "Rancho Cucumanga", and scroll to the bottom, and you will find a lot of space after the actual end of the page.
I think the cause is that different tab will load different number of elements, and the height of the page is not adjusted. I am wondering if there is a way to automatically refresh the height each time we click on the tab.