2
0

🚸 Fix auto scroll behavior

Based on bottom of last element was a bad idea. Now it is based on
scroll position + some tolerance computed based on screen height
This commit is contained in:
Baptiste Arnaud
2024-04-25 08:40:12 +02:00
parent a7fc41316c
commit 0a7d598a35
4 changed files with 24 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@typebot.io/nextjs",
"version": "0.2.80",
"version": "0.2.81",
"description": "Convenient library to display typebots on your Next.js website",
"main": "dist/index.js",
"types": "dist/index.d.ts",