You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an odd use case. I have a scrollable control (fullcalendar.io) and would like to be able to render it as it appears on the screen not scrolled to the top which seems to be the default behaviour.
This is how my page looks (please note my lack of css skills)
and the is the html2canvas png I get when i call it on the containing Div.
As you can see the scrollable area has been scrolled up to the top, shifting the bits i'm interested in (the coloured blocks ) down.
Could someone point me to the area in the code where I could prevent this?
The text was updated successfully, but these errors were encountered:
Thanks for a great bit of code.
I have an odd use case. I have a scrollable control (fullcalendar.io) and would like to be able to render it as it appears on the screen not scrolled to the top which seems to be the default behaviour.
This is how my page looks (please note my lack of css skills)
and the is the html2canvas png I get when i call it on the containing Div.
As you can see the scrollable area has been scrolled up to the top, shifting the bits i'm interested in (the coloured blocks ) down.
Could someone point me to the area in the code where I could prevent this?
The text was updated successfully, but these errors were encountered: