diff options
| author | Dhravya <[email protected]> | 2024-07-04 10:50:47 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-04 10:50:47 -0500 |
| commit | 697eafd73de5fea2f8a02d20cacb93d2c20c6c29 (patch) | |
| tree | 845ea0a76d90c64a840e6ad1224dd4b2d2e66e11 /apps/web/app/(dash) | |
| parent | better-extension (diff) | |
| parent | removed scrollbar (diff) | |
| download | supermemory-697eafd73de5fea2f8a02d20cacb93d2c20c6c29.tar.xz supermemory-697eafd73de5fea2f8a02d20cacb93d2c20c6c29.zip | |
merged
Diffstat (limited to 'apps/web/app/(dash)')
| -rw-r--r-- | apps/web/app/(dash)/chat/chatWindow.tsx | 2 |
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"> |