Hugh McMaster : winetest: Ensure sticky table header doesn't cover anchor-link target.

Alexandre Julliard julliard at winehq.org
Wed Mar 3 15:45:14 CST 2021


Module: tools
Branch: master
Commit: e9ca45c7f90e6baa5dec6f84a7d4a8e4c414ec02
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=e9ca45c7f90e6baa5dec6f84a7d4a8e4c414ec02

Author: Hugh McMaster <hugh.mcmaster at outlook.com>
Date:   Wed Mar  3 19:57:10 2021 +1100

winetest: Ensure sticky table header doesn't cover anchor-link target.

Signed-off-by: Hugh McMaster <hugh.mcmaster at outlook.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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%;




More information about the wine-cvs mailing list