Hi guys,
A while ago i contacted you about a scroll issue in convertplus. i write you again for a similar issue but this time the solution you provided me with before doesn’t really work.
I want to start by saying that i believe convertplus has actually heard you and fixed the scroll issue or at least it made it compatible with certain elements. while doing a research on what they did, it seems they added a jquery library called “perfect Scrollbar”.
Now here’s my problem, i added a Gravity form that is a bit bigger than the vertical viewport so it needs a vertical scrolling feature. convertplus detects this and does add a vertical scroll if i try to scroll down or even use the directional arrows on my keyboard (while the popup in is its :active state), the problem is that if i do not try to scroll down or press the down/up arrow, the scrollbar doesn’t appear.
my target is people who rely a lot on GUI (i.e: old people/people who do not work well with technology, etc) so i’d like to make this scrollbar visible.
i noticed that in the initial state of the scrollbar, its css has the following:
opacity:0
display:none
and then when the user scrolls changes to:
opacity: 0.6
display: block
but for the life of me, there’s something else i must be missing, because even while targeting the right classes, it just doesn’t change a thing, there must be something else that triggers that initial “show/hide scrollbar”
can you please help me out find the right class/target or even the JS that’s controlling it (i don’t think that applies here, though).
Thanks!