George Anagnostou
George Anagnostou
I did have a look at PR #5, but I am generally not fond of truncating text with an ellipsis in this context. The idea behind my PR is that...
I faced a similar issue, but with vertical layout shift. The cause was what @IvarK mentions - the rule `body[data-scroll-locked]` that is being applied once it opens. Overriding the vertical...
@emdesigner-or did you find any solution or workaround for this issue? I am currently experiencing the same.
If I had to guess, I'd say the document's height is being calculated before everything has properly loaded, so you might want to call `update` once that has happened or...