Skip to content

Commit 69cdce3

Browse files
authored
Merge pull request #329 from travisk-codes/328-header-box-visibility
Fix Header Box visibility issue for Firefox
2 parents 9d0115e + 21e6d6c commit 69cdce3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/HeaderBarebone/styles.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ export const Box = styled.div`
101101
bottom: auto;
102102
top: auto;
103103
margin: 32px 0;
104+
105+
@-moz-document url-prefix() {
106+
& {
107+
position: relative;
108+
}
109+
}
104110
}
105111
`
106112

0 commit comments

Comments
 (0)