Merge pull request #324 from travisk-codes/disable-header-blur-firefox

Disable MobileHeader opacity blur for Firefox
This commit is contained in:
Jean-Philippe Sirois
2020-09-08 00:30:50 -04:00
committed by GitHub
+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`