From a20163d7ea54ff74b6108a18a8921391951d60eb Mon Sep 17 00:00:00 2001 From: Dhravya Date: Wed, 12 Jun 2024 23:42:55 -0500 Subject: make header and menu fixed instead of absolute to prevent movement on scroll --- apps/web/app/(dash)/chat/CodeBlock.tsx | 2 +- apps/web/app/(dash)/header.tsx | 2 +- apps/web/app/(dash)/menu.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/web/app/(dash)/chat/CodeBlock.tsx b/apps/web/app/(dash)/chat/CodeBlock.tsx index e83b1dee..f9929f70 100644 --- a/apps/web/app/(dash)/chat/CodeBlock.tsx +++ b/apps/web/app/(dash)/chat/CodeBlock.tsx @@ -71,7 +71,7 @@ const CodeBar = React.memo( viewBox="0 0 24 24" strokeWidth={1.5} stroke="currentColor" - className="size-6" + className="size-4" > -
+
+
{menuItems.map((item) => ( -- cgit v1.2.3