Disable MobileHeader opacity blur for Firefox

This commit is contained in:
Travis Kohlbeck
2020-09-08 00:30:00 -04:00
committed by Jean-Philippe Sirois
parent a66f236c7d
commit f703be13bb
+7
View File
@@ -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`