I've noticed
body:not(.device-touch) #gotoTop {
transition: background-color .2s linear;
-webkit-transition: background-color .2s linear;
-o-transition: background-color .2s linear;
}which obviously does not show #gotoTop on touch devices. Nonetheless, I would really like to have it displayed as may content is pretty long. And scrolling to top manually is exhausting.
Thanks.
