Commit 3fdab4c
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
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments