Currently the CSS doesn't allow for scrolling if you have more content than is in the "viewport" of the device. If you simply add: ``` overflow-y: scroll; -webkit-overflow-scrolling: touch; ``` To the class `.marvel-device .screen`, it fixes all of that :)
Currently the CSS doesn't allow for scrolling if you have more content than is in the "viewport" of the device.
If you simply add:
To the class
.marvel-device .screen, it fixes all of that :)