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) => (