From cfbdb9c102b5e9e4242c958d67860d2b0d08cdac Mon Sep 17 00:00:00 2001 From: Ayush Jhawar <111112495+Ayushjhawar8@users.noreply.github.com> Date: Thu, 6 Feb 2025 11:37:10 +0530 Subject: [PATCH] fix: the cancel button overlapping (#207) --- lib/components/RunFrame.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/RunFrame.tsx b/lib/components/RunFrame.tsx index 5acde88..2d59802 100644 --- a/lib/components/RunFrame.tsx +++ b/lib/components/RunFrame.tsx @@ -307,7 +307,7 @@ export const RunFrame = (props: Props) => { )} {isRunning && ( -
+