With a bit of CSS you can make the new sticky topic display disappear for all screen sizes.
To make the new sticky header disappear copy the following into your Display Settings > Custom CSS box
/* hide the new sticky header from view for all screen sizes */ .forum-topic-sticky-header.fixed:not(.dont-hide-sticky-header) { display: none !important; }