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

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

  • 11 April 2018
  • 4 replies
  • 100 views

Userlevel 1
Badge +3
!
icon

Best answer by Matt_Christie_Walker 11 April 2018, 19:21

View original

4 replies

Userlevel 4
Badge +5
In general:

`overflow:hidden`

If that doesn't help you, can you inspect the element in your browser and post that snippet here?
Userlevel 1
Badge +3
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.
Userlevel 4
Badge +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.
Userlevel 1
Badge +3
!

Leave a Reply