Skip to content

Commit 3fdab4c

Browse files
Tonina ZhelyazkovaSaraVieira
authored andcommitted
Make CodeSandbox logo icon clickable again (codesandbox#1605)
Steps to reproduce: - Create a new sandbox - Give it a name (preferably something long) - Try to click the codesanbox logo in the left top corner The navigation container's centered style overrides the position of the logo's <a> element. Removing `position: absolute` makes it clickable again. The title of the sandbox is not positioned the same way as before though.
1 parent 82b2f89 commit 3fdab4c

File tree

1 file changed

+0
-1
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Header

1 file changed

+0
-1
lines changed

packages/app/src/app/pages/Sandbox/Editor/Header/elements.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export const Left = styled.div`
3535
`;
3636

3737
export const Centered = styled.div`
38-
position: absolute;
3938
right: 0;
4039
left: 0;
4140
display: flex;

0 commit comments

Comments
 (0)