From 1afd903cc38470969aa8fc26a9381d1c2aee5bc7 Mon Sep 17 00:00:00 2001 From: Strider Wilson Date: Wed, 28 May 2025 12:21:29 -0400 Subject: [PATCH] Revert scroll update for arboretum --- .../ExampleLibraryApps.module.scss | 20 ------------------- app/components/chat/BaseChat/BaseChat.tsx | 4 +++- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/app/components/app-library/ExampleLibraryApps.module.scss b/app/components/app-library/ExampleLibraryApps.module.scss index fe4b43dd..d891aa34 100644 --- a/app/components/app-library/ExampleLibraryApps.module.scss +++ b/app/components/app-library/ExampleLibraryApps.module.scss @@ -1,26 +1,6 @@ .container { width: 100%; padding: 1rem; - max-height: calc(100vh - 4rem); - overflow-y: auto; - scrollbar-gutter: stable; - - &::-webkit-scrollbar { - width: 8px; - } - - &::-webkit-scrollbar-track { - background: transparent; - } - - &::-webkit-scrollbar-thumb { - background-color: var(--bolt-elements-borderColor); - border-radius: 4px; - } - - &::-webkit-scrollbar-thumb:hover { - background-color: var(--bolt-elements-textTertiary); - } } .grid { diff --git a/app/components/chat/BaseChat/BaseChat.tsx b/app/components/chat/BaseChat/BaseChat.tsx index 4d0de4df..f01e0314 100644 --- a/app/components/chat/BaseChat/BaseChat.tsx +++ b/app/components/chat/BaseChat/BaseChat.tsx @@ -150,7 +150,9 @@ export const BaseChat = React.forwardRef( data-chat-visible={showChat} > {() => } -
+
{!chatStarted && }