go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
758 stars 55 forks source link

cannot scroll sidebar to switch to different list items #249

Closed inuonly closed 2 months ago

inuonly commented 2 months ago

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

inuonly commented 2 months ago

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.

kolaente commented 2 months ago

Should be fixed in https://github.com/go-vikunja/vikunja/commit/ed4be389ab6fc1691c9053cfc2d620ffe70ecc40, please check with the next unstable build (should be ready for deployment in ~45min, also on try).