fix: Positioning of 'Open' button in embed frames

This commit is contained in:
Tom Moor
2023-04-17 22:26:14 -04:00
parent f97b87407e
commit 94b4496ae8

View File

@@ -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<HTMLIFrameElement, Props>((props, ref) => (