We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Use an extension for download files, like Phoca download
To Reproduce Steps to reproduce the behavior: Open a page for download (for example https://www.joomxtensions.com/en/component/phocadownload/file/49-moovjla-2021-06-01.html?catid=1:utilitaires&Itemid=131 ) Try to scroll over the licence text: all the window scroll, not only the content of the text area
Expected behavior Text scrolls with mouse wheel (works with Cassiopeia)
System Informations (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is an issue when you enable Smooth-Scrolling. Because we are using Lenis smooth scrolling. The solution below:
data-lenis-prevent
<div id="phoca-dl-license" style="height:300px">
<div id="phoca-dl-license" data-lenis-prevent="" style="height:300px">
Sorry, something went wrong.
Thanks Sonny!
I disabled Smooth scrolling and now I can scroll with the mouse wheel, without applying the second part of your solution. Regards,
Successfully merging a pull request may close this issue.
Describe the bug
Use an extension for download files, like Phoca download
To Reproduce
Steps to reproduce the behavior:
Open a page for download (for example https://www.joomxtensions.com/en/component/phocadownload/file/49-moovjla-2021-06-01.html?catid=1:utilitaires&Itemid=131 )
Try to scroll over the licence text: all the window scroll, not only the content of the text area
Expected behavior
Text scrolls with mouse wheel (works with Cassiopeia)
System Informations (please complete the following information):
The text was updated successfully, but these errors were encountered: