From 5a0e77ebb8d132b8d7f6c49fc897f6977952427a Mon Sep 17 00:00:00 2001 From: taDuc Date: Tue, 26 May 2026 17:28:09 +0700 Subject: [PATCH] fix: disable global scrollbars and reposition search component to the left edge of the editor --- src/app/editor/[id]/page.tsx | 11 ++++++++++- src/uhm/components/editor/BackgroundLayersPanel.tsx | 1 + src/uhm/components/editor/PresentPlaceSearch.tsx | 6 +++--- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/app/editor/[id]/page.tsx b/src/app/editor/[id]/page.tsx index d2cb39e..1bcd2da 100644 --- a/src/app/editor/[id]/page.tsx +++ b/src/app/editor/[id]/page.tsx @@ -2935,6 +2935,15 @@ function EditorPageContent() { return (
+ {!isReplayEditMode && !isAnyPreviewMode ? ( <> ) : null} {isReplayPreviewMode ? ( diff --git a/src/uhm/components/editor/BackgroundLayersPanel.tsx b/src/uhm/components/editor/BackgroundLayersPanel.tsx index c4549ae..3ac3877 100644 --- a/src/uhm/components/editor/BackgroundLayersPanel.tsx +++ b/src/uhm/components/editor/BackgroundLayersPanel.tsx @@ -62,6 +62,7 @@ export default function BackgroundLayersPanel({ return (