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
Your theme is very nice, but Chrome presents a scroll issue.
This issue does not occur in MS Edge or Firefox.
Essentially if you scroll down in Chrome, the page then tries to scroll back up[ to the top.
Clearly a Javascript issue ( disabling JS in chrome make the problem go away ). Console shows no JS errors.
I tried looking at your code, but you are doing several clever things relating to window height and scroll so couldn't easily identify the exact issue.
The text was updated successfully, but these errors were encountered:
It seems I had quite an old version of the theme, I used GitLab continuous integration to build and deploy. For some reason, submodiules are the way ti get this running - but I can't recall - some error occurs if you git clone a sub directory.
By adding
git submodule update --recursive --remote
before my build, pulls the latest version.
Your theme is very nice, but Chrome presents a scroll issue.
This issue does not occur in MS Edge or Firefox.
Essentially if you scroll down in Chrome, the page then tries to scroll back up[ to the top.
Clearly a Javascript issue ( disabling JS in chrome make the problem go away ). Console shows no JS errors.
I tried looking at your code, but you are doing several clever things relating to window height and scroll so couldn't easily identify the exact issue.
The text was updated successfully, but these errors were encountered: