Sublime Forum

Disable/Hide Scrollbars in Sidebar

#1

Is there any way to completely disable/hide the scrollbars only in the sidebar?

Please don’t answer “overlay_scroll_bars” since that’s not what I mean.

Thanks,

1 Like

#2

You might need to tweak this depending on what theme you’re using, but in the Adaptive and Default themes of the latest dev build this seems to have the desired effect. Add the following to a Adaptive.sublime-theme or Default.sublime-theme file (depending on what you’re using) in your User directory to override those themes:

{
      "class": "puck_control",
      "parents": [{"class": "sidebar_container"}],
      "layer0.opacity": 0
}
1 Like

#3

Hi, braver!

I tried your code, it works, but not perfect, could you help?


that was a solution

"class": "puck_control",
"layer0.texture": "Theme - Default/common/light/scroll_puck.png",
"layer0.opacity": 0,

it works like a charm, thank you gys for the topic, so much hate scrollbars :grin:

0 Likes

#4

Same problems

0 Likes