RSSNext / Follow

🧡 Next generation information browser.
https://follow.is
GNU General Public License v3.0
11.35k stars 484 forks source link

TOC blocks scrolling and scroll bar #288

Open TonyRL opened 1 month ago

TonyRL commented 1 month ago

Describe the bug

  1. Open a feed item with TOC
  2. Keep scrolling down the article
  3. Move the cursor over the TOC
  4. The article stops scrolling down while the cursor is over the TOC

The TOC also blocks the scroll bar.

Feed Info

41459996879067138: https://blog.cloudflare.com/rss

Reproduction Video

Blocks scrolling ![Blocks scrolling](https://github.com/user-attachments/assets/96377468-e98a-4bcb-9034-8b2f1fc3493c)
Blocks scroll bar ![Blocks scroll bar](https://github.com/user-attachments/assets/691b12ad-45fa-4f89-9eee-739ddc1937ae)

App Type

Electron / App

Version

0.0.1-alpha.10

Operating System

Windows 10

Browser Info

No response

Validations

Contributions

linear[bot] commented 1 month ago

FOL-72 TOC blocks scrolling and scroll bar

Innei commented 1 month ago

From a UX point of view, this is probably not an interaction issue.

Imagine a scenario where you understand that the HoverCard is a separate modal, and when you hover over it, only the content inside the HoverCard can be scrolled.

The ToC overlay is a HoverCard component.

You should be able to understand this when the content in the ToC is too long for the scrollbar.