CSS to hide the scroll bar | XM Community
Solved

CSS to hide the scroll bar

  • 25 May 2018
  • 2 replies
  • 110 views

Badge
Hi,

Is there a css or java code that will hide the scroll bar at the side of the survey box? More specifically for creatives?

I know this was raised before in the discussion below, however, we don't have any flexibility to do any CSS coding within the website itself as it was built by a third party. Here's the discussion: https://www.qualtrics.com/community/discussion/comment/1939#Comment_1939

So I'm wondering if there's any workaround this?

!
icon

Best answer by LaurenK 2 July 2018, 21:20

View original

2 replies

Userlevel 7
Badge +13
Hey @EmilyG! Check out this page for our suggestions about how you can eliminate scrollbars from your Creative!
Badge

Under Style: Custom CSS add below code, should work:

 

* {

overflow: hidden;

}

 

Leave a Reply