Skip to content

Commit

Permalink
fix vercel toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
clementroche committed Jun 6, 2024
1 parent 435a966 commit 9fb1d74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/pages/snap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ export default function Page() {
useEffect(() => {
const lenis = new Lenis({
lerp: 0.1,
prevent: (node) => {
node.nodeName === 'VERCEL-LIVE-FEEDBACK'
},
prevent: (node) => node.nodeName === 'VERCEL-LIVE-FEEDBACK',
})
window.lenis = lenis

Expand Down

0 comments on commit 9fb1d74

Please sign in to comment.