diff --git a/src/components/HeaderBarebone/styles.tsx b/src/components/HeaderBarebone/styles.tsx index 216b01f..37d42d9 100644 --- a/src/components/HeaderBarebone/styles.tsx +++ b/src/components/HeaderBarebone/styles.tsx @@ -101,6 +101,12 @@ export const Box = styled.div` bottom: auto; top: auto; margin: 32px 0; + + @-moz-document url-prefix() { + & { + position: relative; + } + } } `