Scroll bar on the next button | XM Community
Skip to main content

I’ve never seen this before, hoping someone can give me a clue why it might be happening. I have a survey I’ve been working on for weeks. Nothing significant changed in the blocks where this started happening a couple of days ago. Now there’s a weird little scroll bar showing up by the next button (Continue on mine). Any idea why it might be doing this? Screenshot:

It’s not impacting the functionality so it’s not really a big deal, but it’s proven to be distracting to the people who are test-taking the survey, so if there’s any easy answer to what’s causing it/a way to get rid of it, that would be cool. 

Try addding below CSS in the look and feel → Style → CSS:

.Skin #Buttons{
overflow: hidden;
}

 


That seems to work, thanks? Why did those scroll bars suddenly start showing up on the next button?


Leave a Reply