Hi. I am trying to hide the scrollbar for one specific note. Therefore, I want to create a helper class for the following css snippet:
::-webkit-scrollbar {
display:none;
}
Said snippet hides ALL the scrollbars in obsidian (in both reading and editing mode), but I don’t want that, I only one to hide the scrollbar that is next to my note:
Hi. Thanks for your answer. One question, do you know if there is a way to actually hide the banner? I tried your implementation; the issue is that it only makes the scrollbar transparent. And when using banners, the gab becomes very visible, even if the scrollbar is transparent…
I don’t use any banners or background images in my notes and didn’t set anything up, so not sure if this will work or not with an image, but you could give it a shot: