jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Support for scrollable slides #165

Closed JaimeObregon closed 4 years ago

JaimeObregon commented 9 years ago

I love this library, but I'm having a hard time trying to get the vertical scrollbar to appear and work when the content inside a slide exceeds its height.

It seems jmpress adds a overflow: hidden property to both the html and body, as well as other wrapper elements. Am I missing something or this means that scrollable slides are not currently supported?

Thank you for this useful library!

shama commented 9 years ago

Try setting fullscreen: false to disable that. See here: http://jmpressjs.github.io/docs/core.html

sokra commented 9 years ago

jmpress doesn't set overflow on slides, so you can set it to auto.