summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
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
commitfe5997ec194948afde3bd211d2ee6db329725abc (patch)
tree75fbbdc9180eba981a4e28330f414703bf6d2d34 /coverage/htmlfiles
parentb27ab43a7e00277e919d2aee8df55c8c2bceb0ab (diff)
downloadpython-coveragepy-git-fe5997ec194948afde3bd211d2ee6db329725abc.tar.gz
Html report marker div style in its own css layer.
This gives faster scrolling in Chrome, comparable to firefox --HG-- branch : pankajp/faster-html-report-ui
Diffstat (limited to 'coverage/htmlfiles')
-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 86b82091..12e90645 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 {