top | item 24690290

(no title)

awake | 5 years ago

I like this idea, but how do you deal with pseudo bleed elements overlapping with sidebar content? For example many websites put navigation elements on the sidebar [1], or margin notes [2], [3]. I personally would love to see a css only solution for pseudo bleed with margin notes. The only solutions I've found so far use resize observer to absolutely position the margin notes using js or have hand coded positions and offsets.

[1]: https://meyerweb.com/eric/thoughts/2020/07/01/accordion-rows...

[2]: https://www.gwern.net/About

[3]: https://www.inkandswitch.com/local-first.html

discuss

order

bhl|5 years ago

A compromise might be to hide navigation elements or margin notes until you hover / click on an element, sort of like how Wikipedia enables page previews on internal links.