Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrollEnabled is not working #23

Open
anija opened this issue Dec 13, 2019 · 1 comment
Open

scrollEnabled is not working #23

anija opened this issue Dec 13, 2019 · 1 comment

Comments

@anija
Copy link

anija commented Dec 13, 2019

Setting scrollEnabled={false} creates an iFrame with scrollbars.
It's also impossibile to set the height of the iFrame, it will be always 100%.

@claudiaTonak
Copy link

claudiaTonak commented Mar 1, 2022

the generated iframe should get the attribute scrolling that depends on scrollEnabled (index.js, line 128):
scrolling: scrollEnabled ? 'yes' : 'no',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants