I am currently constructing a website that loads page content through ajax. Everything seems to be functioning perfectly, except for a peculiar issue I have encountered in Chrome and Safari. Surprisingly, it is working flawlessly in IE!
The problem lies in the fact that when the loaded page content exceeds the height of the index page, scroll bars fail to appear in both Chrome and Safari.
While trying to troubleshoot this issue, I came across a potential solution on Stack Overflow (In Chrome, page won't resize after Ajax load). Unfortunately, the fix mentioned there did not resolve the problem.
Does anyone have any suggestions or ideas on how to tackle this?