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 |
}
|
}
|
Build couchbase-observability-stack-0.3.0-362 contains observability commit b3b5f8c with commit message:
CMOS-363: Fix landing page links on firefox