diff options
| author | Yash <[email protected]> | 2024-04-04 16:45:12 +0000 |
|---|---|---|
| committer | Yash <[email protected]> | 2024-04-04 16:45:12 +0000 |
| commit | 3d334829a4f9c30b201b72a518239bab09c0bac2 (patch) | |
| tree | 84a1fe199355b83a689020524e7519a5f930aef4 /apps/web/src/app | |
| parent | Merge branch 'new-ui' of https://github.com/Dhravya/supermemory into new-ui (diff) | |
| download | archived-supermemory-3d334829a4f9c30b201b72a518239bab09c0bac2.tar.xz archived-supermemory-3d334829a4f9c30b201b72a518239bab09c0bac2.zip | |
improve phone ux
Diffstat (limited to 'apps/web/src/app')
| -rw-r--r-- | apps/web/src/app/globals.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index 7d8b7c4e..ea526495 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -39,3 +39,10 @@ body { text-wrap: balance; } } + +.sidebar { + height: 100vh; + height: 100dvh; + max-height: 100vh; + max-height: 100dvh; +}
\ No newline at end of file |