aboutsummaryrefslogtreecommitdiff
path: root/apps/web/src/app
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-04 16:45:12 +0000
committerYash <[email protected]>2024-04-04 16:45:12 +0000
commit3d334829a4f9c30b201b72a518239bab09c0bac2 (patch)
tree84a1fe199355b83a689020524e7519a5f930aef4 /apps/web/src/app
parentMerge branch 'new-ui' of https://github.com/Dhravya/supermemory into new-ui (diff)
downloadarchived-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.css7
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