From 94b4496ae82c2da6b38e75d7e78095565919a473 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 17 Apr 2023 22:26:14 -0400 Subject: [PATCH] fix: Positioning of 'Open' button in embed frames --- shared/editor/components/Frame.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/editor/components/Frame.tsx b/shared/editor/components/Frame.tsx index 5a9e3c8bb..07c7d215b 100644 --- a/shared/editor/components/Frame.tsx +++ b/shared/editor/components/Frame.tsx @@ -148,6 +148,7 @@ const Bar = styled.div` border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; user-select: none; + position: relative; `; export default React.forwardRef((props, ref) => (