summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpankajp <pankaj86@gmail.com>2018-05-24 12:45:36 +0000
committerpankajp <pankaj86@gmail.com>2018-05-24 12:45:36 +0000
commit1ea419731992fbfa03aed3d92e420965a1eed0c5 (patch)
tree071db53973af8a74871a5a7b8e315512b1de0247
parent5d8c7de3956e5686549f4d086738b6a59a285890 (diff)
downloadpython-coveragepy-pankajp/faster-html-report-ui.tar.gz
Html report marker div style in its own css layer.pankajp/faster-html-report-ui
This gives faster scrolling in Chrome, comparable to firefox
-rw-r--r--coverage/htmlfiles/style.css1
1 files changed, 1 insertions, 0 deletions
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 {