From 0fb5480b0a9d59f317c09687c0f73705fcbdd307 Mon Sep 17 00:00:00 2001 From: icarus Date: Wed, 22 Oct 2025 06:05:19 +0800 Subject: [PATCH] style(BlockingOverlay): change positioning from fixed to absolute --- .../ui/src/components/interactive/BlockingOverlay/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/interactive/BlockingOverlay/index.tsx b/packages/ui/src/components/interactive/BlockingOverlay/index.tsx index aaddf48f88..cba7e16f95 100644 --- a/packages/ui/src/components/interactive/BlockingOverlay/index.tsx +++ b/packages/ui/src/components/interactive/BlockingOverlay/index.tsx @@ -29,7 +29,7 @@ export const BlockingOverlay = ({ isVisible, onClick, children, className }: Blo return (