Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.45k stars 535 forks source link

Fix footnote popovers overlapping nearby later footnote bubbles #4121

Closed Wevah closed 1 year ago

Wevah commented 1 year ago

Fixes #4117.

Causes

When a footnote bubble/pill is clicked, it's wrapped in a relatively-positioned container, which adds an implicit z-index. Explicitly setting the z-index on containers when clicking in/out fixes this issue.

JostMigenda commented 1 year ago

Excellent, thank you! 💙