clbn / freefeed-gamma

A FreeFeed client we all deserve
https://gamma.freefeed.net
MIT License
3 stars 1 forks source link

Auto-hide of the sidebar blocks page scrolling #1

Open xekc opened 6 years ago

xekc commented 6 years ago

If you open sidebar on a narrow browser window and then hide it not by using the "close" icon but by stretching the browser window wider (sidebar then auto-hides) - it blocks page scrolling. See video attached.

Expected: sidebar position / state should not block page scrolling.

sidebar blocks scrolling.mp4.zip

clbn commented 6 years ago

(Just discovered this issue, sorry for missing it. Super surprised this repo is not my Fortress of Solitude anymore.)

Thanks for reporting. I managed to reproduce it:

  1. Open the sidebar in a narrow window.
  2. Make the window wide without explicitly hiding the sidebar.

So basically the scrolling is kept disabled until the sidebar is explicitly hidden with the toggle.

I will keep this issue as a reminder, but it wouldn't have high priority (playing with sidebar while resizing windows on desktop is not a very common use case, I believe). However, it's good to have this in mind while implementing Sidebar 2.0 (that's planned for later this year and might actually fix the issue).