I get scrollbars on the popup on my test site with Firefox 64.0.2
Please provide a link to a page on your site where the issue can be seen along with details of the shortcode parameters you are using.
Unfortunately, I had to remove the plugin from the site, to enable smooth operation. So the link cannot be forwarded to you.
The form of connection was the following:
<a class="popup" data-height="600" data-width="1000" href="/material/sewer-drainage-pvc-pipe-jm-eagle/">JM Eagle</a>
I tried with scrollbars=”yes” variant, but it did not work too
-
This reply was modified 7 years, 2 months ago by
Obren Markov.
-
This reply was modified 7 years, 2 months ago by
Obren Markov.
I cannot reproduce the issue and you don’t have a page where I can see it on your site so I am not able to help.
No problem, I did not ask for help.
I tried to warn you about the problem with the plugin.
Now you’ve edited your previous post I can see that you are using an html link rather than the shortcode.
scrollbars="yes" is the parameter to be used in the shortcode. When making a link you need to use data-scrollbars="1" instead.
ie:
<a class="popup" data-height="600" data-width="1000" data-scrollbars="1" href="/material/sewer-drainage-pvc-pipe-jm-eagle/">JM Eagle</a>