powy1993 / fullpage

For desktop(ie5.5+) or mobile webApp without jQuery,create full screen pages fast and simple.
http://1.fullpagechris.sinaapp.com/index.html
749 stars 267 forks source link

关于滚动条 #36

Closed mengdebiao closed 8 years ago

mengdebiao commented 8 years ago

请问一下:内容超过满屏后,如何设置显示滚动条呢?

powy1993 commented 8 years ago

可以 mode 里面留空 内容部分用 overflow: scroll 然后监听内容部分滚动到底部之后 自己写 runPage.go(num) 跳转

mengdebiao commented 8 years ago

惨了,我还是不懂