diff --git a/src/components/MobileHeader/styles.tsx b/src/components/MobileHeader/styles.tsx index 3c3bc06..7de0e71 100644 --- a/src/components/MobileHeader/styles.tsx +++ b/src/components/MobileHeader/styles.tsx @@ -21,6 +21,13 @@ export const MobileHeaderWrapper = styled.div` @media screen and (max-width: 767px) { display: flex; } + + /* known bug: "} expected ts-styled-plugin(9999)" https://github.com/microsoft/typescript-styled-plugin/issues/51 */ + @-moz-document url-prefix() { + & { + background: inherit; + } + } ` export const LogoWrapper = styled.div`