Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrollbar "flicker" when in a sidebar #2

Closed
ShaneNZ opened this issue Jul 24, 2024 · 3 comments
Closed

Scrollbar "flicker" when in a sidebar #2

ShaneNZ opened this issue Jul 24, 2024 · 3 comments

Comments

@ShaneNZ
Copy link

ShaneNZ commented Jul 24, 2024

I have a rendering issue when I put the window into the sidebar:

2024-07-24.at.8.32.59.PM.mov

As you can see, the flickering/movement is coming from the scrollbars being added/removed repeatedly. Zooming/panning/scrolling doesn't affect or impact it in any way, nor does resizing the Obsidian window change anything. Both horizontal and vertical scrollbars are being added/removed.

I'm using the minimal theme by the way, but I get the same behaviour in the default theme as well. Have tested with all other plugins and snippets disabled: still get the flickering.

Console is logging this (not sure if it's relevant or not):

image
@ShaneNZ
Copy link
Author

ShaneNZ commented Jul 24, 2024

Have just noticed that the same thing sometimes does happen when opening in the main area - in the sidebar it happens 100% of the time, but the same behaviour seems to be intermittent but present in the main tab area as well (weirdly, the frequency seems to be lower??)

@kctekn
Copy link
Owner

kctekn commented Jul 24, 2024

please try add this content to the file style.css under .obsidian/plugins/obsidian-tags-routes:

.tags-routes .graph-container{
    overflow: hidden !important;
}

it might help on this.

@ShaneNZ
Copy link
Author

ShaneNZ commented Jul 24, 2024

Added it via a snippet, problem solved. Thank you!

@ShaneNZ ShaneNZ closed this as completed Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants