Hi Jory,
Thanks for your quick reply. I’ll try and take a look into what you mentioned and see if I can find a work-around before/incase this can’t be fixed.
Edit:
I implemented overflow: visible on the body and container and it seemed to work. It says in your code the overflow: hidden is for help with when page height isn’t >100%, which in my case isn’t any page. Obviously not an ideal fix but it’ll do for now.
For anyone with the same problem, try adding this css to your site (at your own risk):
body{
overflow: visible !important;
}
[canvas=container], .ocs-initialized [canvas=container]{
overflow: visible !important;
}
Cheers
-
This reply was modified 4 years, 7 months ago by jacobbannier.