jaakkopasanen / AutoEq

Automatic headphone equalization from frequency responses
MIT License
12.87k stars 2.47k forks source link

fix: disable pointer-events on waves #800

Open Lyqst opened 3 weeks ago

Lyqst commented 3 weeks ago

Depending on the viewport height, the bottom link to the wiki is not clickable since it's technically behind the waves svg, even though it's still visible (see below). This can be fixed by adding pointer-events: none; to the svg style.

image