diff options
author | pankajp <pankaj86@gmail.com> | 2018-05-24 12:45:36 +0000 |
---|---|---|
committer | pankajp <pankaj86@gmail.com> | 2018-05-24 12:45:36 +0000 |
commit | 1ea419731992fbfa03aed3d92e420965a1eed0c5 (patch) | |
tree | 071db53973af8a74871a5a7b8e315512b1de0247 /coverage/htmlfiles | |
parent | 5d8c7de3956e5686549f4d086738b6a59a285890 (diff) | |
download | python-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
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r-- | coverage/htmlfiles/style.css | 1 |
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 { |