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 :
And then I simply added overflow-y:scroll;
to the aside element as show in the image to fix it temporarily:
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 :
Vikunja Version :
Demo Site no scrollbar for sidebar :
Element that needs overflow-y: scroll to be added in order to get scroll bar back
Screenshot showing temporary fix using overflow-y:scroll method for aside element as explained in description:
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.