Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot scroll sidebar to switch to different list items #249

Closed
inuonly opened this issue Apr 10, 2024 · 2 comments
Closed

cannot scroll sidebar to switch to different list items #249

inuonly opened this issue Apr 10, 2024 · 2 comments

Comments

@inuonly
Copy link

inuonly commented Apr 10, 2024

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
Copy link
Author

inuonly commented Apr 10, 2024

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants