I tried to use javascript at head but doesnt work for me.
<script>
$(document).ready(function() {
$(window).scroll(function() {
var scrollTop = $(this).scrollTop();
$('.grid, .footer-region').scrollTop(scrollTop);
});
});
</script>
I tried to use javascript at head but doesnt work for me.
<script>
$(document).ready(function() {
$(window).scroll(function() {
var scrollTop = $(this).scrollTop();
$('.grid, .footer-region').scrollTop(scrollTop);
});
});
</script>
@arminunruh thanks for your quick response. Yes, there is nothing to scroll on left side. But I would like to scroll right side also when the cursor is on left side.
Does it make sense?
Hey guys,
thank you for all the hard work with Lay theme!
I've got splitscreen website (thanks to the great tutorial ) and I would like to have both sides to be scrollable together. Especially at "WORKS" section when I have on left side menu and on right side individual projects.
Will be helpful if you could have a quick look here: https://vojtechkalecky.com/
Thanks a lot!
Vojtech