diff --git a/chat/package.json b/chat/package.json index ea2a4b15d4..88101167ba 100644 --- a/chat/package.json +++ b/chat/package.json @@ -1,6 +1,6 @@ { "name": "chat", - "version": "0.1.11", + "version": "0.1.12", "main": "./src/index.tsx", "license": "MIT", "dependencies": { diff --git a/chat/src/App.css b/chat/src/App.css index 378fbaebe3..1e0332b877 100644 --- a/chat/src/App.css +++ b/chat/src/App.css @@ -1,6 +1,6 @@ html, body { - overflow: hidden; + /* overflow: hidden; */ overscroll-behavior-y: none; }