79722505

Date: 2025-08-01 12:26:49
Score: 1.5
Natty:
Report link

Related to this point, I am wanting to make the selection box 'stick' when scrolling. Someone else posted this code on another forum, but it didn't work for me:

Qualtrics.SurveyEngine.addOnload(function() {
    setTimeout(function() {
    const container = document.querySelector('.PGRContainerRight'); 

    if (container) {
      container.style.position = 'sticky';
      container.style.top = '20px'; 
      container.style.zIndex = '1000';
      container.style.backgroundColor = '#fff'; 
    }
  }, 500);
});
Reasons:
  • Blacklisted phrase (1): it didn't work for me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Valerie Wood