Skip to content

Commit

Permalink
Update scrolling.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nrchtct committed Dec 14, 2023
1 parent 8fa6e68 commit 15a4c70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/scrolling.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ function cloneCursor(originalDivId) {

// Adjust the position of the duplicate
cloneDiv.style.top = rect.top + 'px';
cloneDiv.style.left = rect.left + 'px';
cloneDiv.classList.add('clone');
}

Expand Down

0 comments on commit 15a4c70

Please sign in to comment.