Yuriy Piskun

Results 76 comments of Yuriy Piskun

not so crazy, but still jumps on a slow scroll from bottom to top (from 2nd item to 1st), when the first journal item has a lot of daily queries...

https://github.com/logseq/logseq/blob/51c318e2da32b3308d9aa9dd3fe738a6bac5fd81/src/main/frontend/ui.cljs#L999 maybe setting little bigger `rootMargin` for ex 150px will help... or setting `root` as `#main-content-container` (currently it's a `body` , right?) b'cose if i touch any content parent (`html,...

By default `#main-content-container` "shift" from `body` is 3em (the header height). When set `#head {position: absolute}`, the content top moves up, close to the `body` top position and their "shift"...

or maybe just a simple `div display:inline` as its "key" wrapper sibling... ![image](https://user-images.githubusercontent.com/137919/195736098-dedf5d64-2e95-4c13-9d63-572bcba9ecb0.png) anyway we need a wrapper in cases with simple text values

> be the Linux-specific symptoms Windows 11 - same issue > Enabling "Native title bar" in the Logseq settings resolves this issue for me. confirming, issue gone

> will try to fix it with a small PR for the Awesome UI I think it should work good with new Tabs version... will check