[PATCH tools] tools/winetest: Ensure sticky table header doesn't cover anchor-link target

Hugh McMaster hugh.mcmaster at outlook.com
Wed Mar 3 02:57:10 CST 2021


Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
---
 winetest/summary.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/winetest/summary.css b/winetest/summary.css
index d01a227..2bc9b44 100644
--- a/winetest/summary.css
+++ b/winetest/summary.css
@@ -36,6 +36,12 @@ div.main, div.group {
     width: 100%;
     border: 1px solid #601919;
 }
+div.main table.report td.test a {
+    scroll-margin-top: 4.25ex;
+}
+div.group table.report td.test a {
+    scroll-margin-top: 7.75ex;
+}
 div.navbar {
     padding: 0;
     width: 100%;
-- 
2.30.1




More information about the wine-devel mailing list