Skip to content

Commit

Permalink
Fixed an rendering issue caused by applied filters on the site (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Jun 15, 2020
1 parent 42714cc commit a076e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/src/components/DocWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ export default ({
'none',
`1px solid ${colors.lighten(0.25, colors.border)}`
],
filter: 'grayscale(100%)'
filter: 'grayscale(100%)',
// needed for the filter above, Chrome messed up layers without it
zIndex: 1
})}
>
<Search />
Expand Down

0 comments on commit a076e7f

Please sign in to comment.