forked from rDrama/rDrama
1
0
Fork 0
master
Outrun Colors 2022-09-26 20:01:35 -05:00
parent 108663597e
commit 2a374e0b34
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "chat", "name": "chat",
"version": "0.1.12", "version": "0.1.13",
"main": "./src/index.tsx", "main": "./src/index.tsx",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@ -1,7 +1,5 @@
html, html,
body { body {
/* overflow: hidden; */
overscroll-behavior-y: none;
} }
html { html {