Hi @leoxy , just letting you know what’s the status with the issue:
It was quite a nightmare to debug it down to a place when the scrolling issue (scroll not remembering its position) appears. Turns out it was not what i initially thought it would be, but i’ve managed to narrow it down and it is precisely The Relationship Lines bit that causes this. If you disable the option it should work as expected BUT
I tested it also on all other themes that offer such setting, like for example @kepano 's Minimal and it is there as well. So Stephano if you’re interested to resolve it for your theme as well maybe you could help if you have any idea what’s going on there. The CSS causing the scroll jumping to the top is (respective to your theme):
body.minimal-rel-preview .markdown-preview-view ul ul {
position:relative;
}
But i bend over to the possibility it has to do with Obsidian reacting this way to such setting, so i will probably relay that to Obsidian’s Bug Reports section
I’m attaching example file for testing if anyone’s interested. Maybe other magicians will have a look /wink @death.au @Lithou @Silver
A scrollbar position issue with Relationship Lines in PREVIEW mode.md.zip (1.3 KB)