aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(dash)
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-07-04 10:50:47 -0500
committerDhravya <[email protected]>2024-07-04 10:50:47 -0500
commit697eafd73de5fea2f8a02d20cacb93d2c20c6c29 (patch)
tree845ea0a76d90c64a840e6ad1224dd4b2d2e66e11 /apps/web/app/(dash)
parentbetter-extension (diff)
parentremoved scrollbar (diff)
downloadsupermemory-697eafd73de5fea2f8a02d20cacb93d2c20c6c29.tar.xz
supermemory-697eafd73de5fea2f8a02d20cacb93d2c20c6c29.zip
merged
Diffstat (limited to 'apps/web/app/(dash)')
-rw-r--r--apps/web/app/(dash)/chat/chatWindow.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/chat/chatWindow.tsx b/apps/web/app/(dash)/chat/chatWindow.tsx
index 7cdf7bbb..e610057d 100644
--- a/apps/web/app/(dash)/chat/chatWindow.tsx
+++ b/apps/web/app/(dash)/chat/chatWindow.tsx
@@ -207,7 +207,7 @@ function ChatWindow({
</motion.div>
) : (
<div
- className="max-w-3xl z-10 mx-auto relative h-full overflow-y-auto no-scrollbar"
+ className="max-w-3xl z-10 mx-auto relative h-full overflow-y-auto scrollbar-none"
key="chat"
>
<div className="w-full pt-24 mb-40 px-4 md:px-0">