We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to remove the horizontal scroll bar

Leng09
Tera Contributor

How to remove the scrollbar highlighted below from the csm portal page:

 

Leng09_1-1721288953813.png

 

 

1 REPLY 1

Kenta Koizumi
Kilo Sage

Hi @Leng09 

 

You can do it by editing your CSS file :

body {
   overflow-x: hidden; 
}

 

I hope this previous post would be helpful for you.

https://www.servicenow.com/community/developer-forum/how-do-you-get-rid-of-the-default-scroll-bars-o...