Thanks for confirming that James! Could you even be so super nice and write that line of CSS for me? I’m pretty bad at that and can’t quite think of how to tell it to position at the top of current view.
Right now bigcounter.css is
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace.pace-inactive .pace-progress{display:none}.pace .pace-progress{position:fixed;z-index:2000;top:0;right:0;height:5rem;width:5rem}.pace .pace-progress:after{display:block;position:absolute;top:0;right:.5rem;content:attr(data-progress-text);font-family:"Helvetica Neue",sans-serif;font-weight:100;font-size:5rem;line-height:1;text-align:right;color:white;}.pace .pace-activity,.pace .pace-progress{background:transparent!important}