alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.28k stars 7.3k forks source link

Disable iscroll when isResponsive #2773

Closed pepi3 closed 7 years ago

pepi3 commented 7 years ago

Hi,

please I need to disable scrollOverflow option when width is smaller then responsiveWidth. Is it possible to do it?

I tried to add fp-auto-height-responsive class, but it doesn't work Because, there is duplicated scrollbars and it doesn't look nice https://ctrlv.cz/civL I want only one classic scrollbar like this https://ctrlv.cz/dRSv

For example with this functions change scrollOverflow? afterResize: function(){} afterResponsive: function(isResponsive){}

Thanks for your time. Pepi

alvarotrigo commented 7 years ago

Duplicated of https://github.com/alvarotrigo/fullPage.js/issues/958 Not solved yet.