diff options
| author | Yash <[email protected]> | 2024-04-02 17:33:26 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-02 17:33:26 +0000 |
| commit | 17b8c6d36691bddee45da588dbbf38c4cba103a3 (patch) | |
| tree | 33877879025411e07c442b3ee72b568f908a3218 /apps/web/src | |
| parent | memory bar (diff) | |
| download | supermemory-17b8c6d36691bddee45da588dbbf38c4cba103a3.tar.xz supermemory-17b8c6d36691bddee45da588dbbf38c4cba103a3.zip | |
fix styles
Diffstat (limited to 'apps/web/src')
| -rw-r--r-- | apps/web/src/app/globals.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 90029cc1..7d8b7c4e 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -20,7 +20,7 @@ } body { - @apply bg-rgray-2 text-rgray-11; + @apply bg-rgray-2 text-rgray-11 max-h-screen overflow-y-hidden; /* color: rgb(var(--foreground-rgb)); background: linear-gradient( to bottom, |