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){}
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