What CSS custom code can I use to hide the scrollbar that appears within my survey? | XM Community
Skip to main content
Solved

What CSS custom code can I use to hide the scrollbar that appears within my survey?

  • April 11, 2018
  • 4 replies
  • 160 views

Forum|alt.badge.img+3
!

Best answer by Matt_Christie_Walker

Sure, let me try to help you narrow down where you need to make the CSS change if you're up for it. However, if you do have a developer you can reach out to he or she will no doubt be able to help you out. If you're not sure how to inspect an element in your browser (I prefer using Chrome for this myself), this video is a good start. Basically, I'd like you to "inspect" your white rectangle that houses your form, button and scrollbar. You may find something in your style that mentions "overflow:scroll" or "overflow:inherit" or similar. Once you find that, you can test directly in Chrome developer tools to see how it looks when you change it to "overflow:hidden" and go from there.

4 replies

Matt_Christie_Walker
QPN Level 3 ●●●
Forum|alt.badge.img+5
In general: `overflow:hidden` If that doesn't help you, can you inspect the element in your browser and post that snippet here?

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • April 11, 2018
No luck. I tried to insert it in multiple locations within the CSS code. However I should note I have little to no coding experience. I can have our developers check into your other suggestion. I don't have access to make any changes there.

Matt_Christie_Walker
QPN Level 3 ●●●
Forum|alt.badge.img+5
Sure, let me try to help you narrow down where you need to make the CSS change if you're up for it. However, if you do have a developer you can reach out to he or she will no doubt be able to help you out. If you're not sure how to inspect an element in your browser (I prefer using Chrome for this myself), this video is a good start. Basically, I'd like you to "inspect" your white rectangle that houses your form, button and scrollbar. You may find something in your style that mentions "overflow:scroll" or "overflow:inherit" or similar. Once you find that, you can test directly in Chrome developer tools to see how it looks when you change it to "overflow:hidden" and go from there.

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • May 23, 2018
!