[GH-ISSUE #2843] [Bug]: account names in side nav squashed #50255

Closed
opened 2026-04-30 13:48:38 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @MatissJanis on GitHub (Jun 5, 2024).
Original GitHub issue: https://github.com/actualbudget/actual/issues/2843

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file)

What happened?

Issue visible only on edge.

Screenshot 2024-06-05 at 18 00 16

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

None

Originally created by @MatissJanis on GitHub (Jun 5, 2024). Original GitHub issue: https://github.com/actualbudget/actual/issues/2843 ### Verified issue does not already exist? - [X] I have searched and found no existing issue - [X] I will be providing steps how to reproduce the bug (in most cases this will also mean uploading a demo budget file) ### What happened? Issue visible only on `edge`. <img width="423" alt="Screenshot 2024-06-05 at 18 00 16" src="https://github.com/actualbudget/actual/assets/886567/65495c67-6948-4592-a0a8-09228fc13c1c"> ### Where are you hosting Actual? None ### What browsers are you seeing the problem on? _No response_ ### Operating System None
GiteaMirror added the regressionbuguser interface labels 2026-04-30 13:48:40 -05:00
Author
Owner

@youngcw commented on GitHub (Jun 5, 2024):

Does something have to happen to cause this? Its working fine for me. Maybe just a safari issue?

<!-- gh-comment-id:2150550544 --> @youngcw commented on GitHub (Jun 5, 2024): Does something have to happen to cause this? Its working fine for me. Maybe just a safari issue?
Author
Owner

@MatissJanis commented on GitHub (Jun 5, 2024):

Make the screen small. Or have a lot of account names.

Can reproduce on chrome too

Screenshot 2024-06-05 at 18 07 43
<!-- gh-comment-id:2150554289 --> @MatissJanis commented on GitHub (Jun 5, 2024): Make the screen small. Or have a lot of account names. Can reproduce on chrome too <img width="316" alt="Screenshot 2024-06-05 at 18 07 43" src="https://github.com/actualbudget/actual/assets/886567/51a7a36c-458e-4e35-8c19-6da43177b969">
Author
Owner

@jeffjose commented on GitHub (Jun 10, 2024):

I didnt spend a lot of time looking at it, but there's a min-height: 0 set on the CSS, and with the overflow: hidden which hides the scroll, the entire side panel is set to a fixed height of viewport and every element needs to squeeze in to fit to that.

The fix would involve removing min-height:0 and let the sidebar have overflow-y: scroll

<!-- gh-comment-id:2156913702 --> @jeffjose commented on GitHub (Jun 10, 2024): I didnt spend a lot of time looking at it, but there's a `min-height: 0` set on the CSS, and with the `overflow: hidden` which hides the scroll, the entire side panel is set to a fixed height of viewport and every element needs to squeeze in to fit to that. The fix would involve removing `min-height:0` and let the sidebar have `overflow-y: scroll`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#50255