Search code examples
windows-store-appswinjs

Enable vertical scrolling in Javascript Modern UI app


I am trying to create a Javascript Modern UI app. The problem is, vertical scrolling doesn't work. As I try to scroll using the mouse scroll, the page (HTML file) just stays there and does nothing, and it only displays the contents that are at the top of the page (the contents that fit on the screen at the beginning)

How can I enable vertical scrolling?


Solution

  • I found the solution. It's because of the height:auto property. Remove it and voila ~