go-vikunja/vikunja

cannot scroll sidebar to switch to different list items

inuonly opened this issue · 2 comments

Description

demo vikunja site screenshot showing list extends screen but no scroll bar shows up to scroll down to select list items

My instance is docker with unstable tag . Version: v0.23.0+482-bc19a2fb78
Same is also applicable to demo site, in fact screenshot is from demo site.

I found a way to get scrollbar back but not sure if this is what is required to fix.
I inspected the webpage an selected this element as shown in the image :
image
And then I simply added overflow-y:scroll; to the aside element as show in the image to fix it temporarily:
image

Vikunja Version

Version: v0.23.0+482-bc19a2fb78

Browser and version

Firefox Browser 124.0.2

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Browser Version :
image
Vikunja Version :
image
Demo Site no scrollbar for sidebar :
image
Element that needs overflow-y: scroll to be added in order to get scroll bar back
image
Screenshot showing temporary fix using overflow-y:scroll method for aside element as explained in description:
image

Update :
just now updated as it said update available in a toast message , now new version is : Version: v0.23.0+483-0557d4b5bb and the issue still persists.

Should be fixed in ed4be38, please check with the next unstable build (should be ready for deployment in ~45min, also on try).