Description
The links on the landing page cannot be clicked on Firefox.
This is because of this CSS rule, which is only applied on Firefox:
@supports (-moz-appearance:none) { |
main a[id],
|
main code[id], |
main em[id],
|
main span:not(.MathJax):not(.math)[id],
|
main strong[id] {
|
border-top: 7.1rem solid transparent; |
pointer-events: none |
}
|
}
|