From 63a0965cdd71dbbd58e143f2eca83727d66c65e7 Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Fri, 27 Jun 2025 09:30:53 +0500 Subject: [PATCH] web: fix scrolling toolbar also scrolling editor (#8256) Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com> --- apps/web/src/components/editor/tiptap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/tiptap.tsx b/apps/web/src/components/editor/tiptap.tsx index 2c0be5615..aed0e1be1 100644 --- a/apps/web/src/components/editor/tiptap.tsx +++ b/apps/web/src/components/editor/tiptap.tsx @@ -378,7 +378,7 @@ function TipTap(props: TipTapProps) { ({ backgroundColor: "transparent", "--ms-track-size": "6px"