Skip to content

Commit 3e01ecc

Browse files
author
Luuk de Vlieger
committed
♻️ Simplify filter hiding
1 parent bf9bdd1 commit 3e01ecc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ const Goo = ({
2626
return (
2727
<>
2828
<svg
29-
style={{
30-
pointerEvents: 'none',
31-
position: 'absolute',
32-
}}
29+
style={{ display: 'none' }}
3330
xmlns="http://www.w3.org/2000/svg"
3431
>
3532
<defs>

0 commit comments

Comments
 (0)