How to remove the horizontal scroll bar
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:50 AM
How to remove the scrollbar highlighted below from the csm portal page:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 01:20 AM
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.