Since the fix for #27111 (moved) landed links on about:tor are not clickable anymore on Windows systems. In particular git bisect points to 61deb44d0c07eb1ec1d71eac2f0a7aeca87ea054.
Kathy and I are working on this ticket. The problem affects all platforms when the window height is small. The root cause is the CSS that was added to always position the onion-pattern-container at the bottom of the page. That change causes the onion background to appear behind the links but also block clicking the links. We can fix this by adding z-index: -1 to the CSS. We should also think about whether we want to position the onion background at the bottom of the page on desktop or just let it stay within normal flow (as it was before the changes for #27111 (moved) landed).
This works for me, too. On mobile I've tested the patch with my upcoming work for #29035 (moved). Merged to master (commit 0a628166a527bb643fa256e20332fbf54357697c).
mcs/brade which commit exactly did cause that (I am wondering about the need for backporting this. Marking this as tbb-backport so that we don't forget about it for now.)?
mcs/brade which commit exactly did cause that (I am wondering about the need for backporting this. Marking this as tbb-backport so that we don't forget about it for now.)?
Non-clickable links on desktop were caused by 61deb44d0c07eb1ec1d71eac2f0a7aeca87ea054. Specifically, the first change to src/chrome/skin/aboutTor.css within that commit. You might want to double-check, but I don't think that change is in stable Tor Browser.