actualbudget / actual

A local-first personal finance app
https://actualbudget.org
MIT License
13.96k stars 1.11k forks source link

[Bug]: large tooltips - pushing page down #2888

Closed MatissJanis closed 2 months ago

MatissJanis commented 3 months ago

Verified issue does not already exist?

What happened?

Screenshot 2024-06-16 at 20 45 55

Tooltips that are very large (in height) cause the page height to increase. Thus resulting in a lot of dead white-space at the bottom of the page.

This is visible when the browser window is resized to be small.

Potential solutions:

  1. adding a scrollbar inside the tooltip (kinda like is currently already done in the notes tooltip)
  2. enforcing the content to always expand to 100% height (thus there would be no dead whitespace at the bottom)
  3. ???

Where are you hosting Actual?

None

What browsers are you seeing the problem on?

No response

Operating System

None

edmonday commented 2 months ago

@MatissJanis tried to reproduce this and it seems this is resolved now.

MatissJanis commented 2 months ago

Thanks for the ping. I am indeed no longer able to reproduce this issue. So it must have been patched somehow.