diff --git a/chat/package.json b/chat/package.json index 88101167b..1b693dbf1 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.1.12", + "version": "0.1.13", "main": "./src/index.tsx", "license": "MIT", "dependencies": { diff --git a/chat/src/App.css b/chat/src/App.css index 1e0332b87..e8e220773 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -1,7 +1,5 @@ html, body { - /* overflow: hidden; */ - overscroll-behavior-y: none; } html {