Skip to content

Commit 5ac1e22

Browse files
authored
Merge pull request #43 from hardforkio/feature/bring-back-navigation-tabs
Show navigation tabs beneath top bar.
2 parents afce85f + 824b94e commit 5ac1e22

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

frontend/src/js/header/Header.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ const Root = styled("header")`
1414
flex-direction: row;
1515
justify-content: space-between;
1616
align-items: center;
17-
18-
// Fix, so content can expand to 100% and scroll
19-
position: absolute;
20-
z-index: 3;
21-
width: 100%;
22-
top: 0;
23-
left: 0;
2417
`;
2518

2619
const OverflowHidden = styled("div")`

0 commit comments

Comments
 (0)