remotes/1693176582716663532/tmp_refs/heads/watchparty
Outrun Colors 2022-09-26 20:03:02 -05:00
parent 2a374e0b34
commit 12b6a4ffa7
No known key found for this signature in database
GPG Key ID: 0426976DCEFE6073
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -9,7 +9,7 @@ html {
body {
min-height: 100vh;
min-height: calc(var(--vh, 1vh) * 100);
overflow: hidden;
/* overflow: hidden; */
/* mobile viewport bug fix */
min-height: -webkit-fill-available;
}