Hello,
I have an issue with your theme colliding with another plugin. When both are activated, I cannot scroll down in the Elementor editor. When either one is turned off, things seem to be working well. Obviously, I would like to keep both, since I already paid for them.
Support of the plugin resolved this issue by inserting the following HTML code into one of the pages.
<style>
body{
overflow-y: visible;
}
</style>
However, I would like a permanent solution to this problem, since I do not want to insert this code on every new page.
Can you take a look at this?
Best regards