From 1ea419731992fbfa03aed3d92e420965a1eed0c5 Mon Sep 17 00:00:00 2001 From: pankajp Date: Thu, 24 May 2018 12:45:36 +0000 Subject: Html report marker div style in its own css layer. This gives faster scrolling in Chrome, comparable to firefox --- coverage/htmlfiles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index 86b8209..12e9064 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -365,6 +365,7 @@ td.text { height: 100%; background: white; border-left: 1px solid #eee; + will-change: transform; /* for faster scrolling of fixed element in Chrome */ } #scroll_marker .marker { -- cgit v1.2.1