[Bug] Missing padding with scrollbar causes UI overlap (search bar + task tiles) #121
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Issue/Description:
When the vertical scrollbar is visible, the layout does not maintain proper padding on the right side. This causes UI elements like the search bar and task tiles to visually clash with or extend beneath the scrollbar.
Specifically:
This results in a visually cramped layout.
Version:
Steps to Reproduce:
Expected Behavior:
Other Notes:
This is definitely fixable! Thanks for reporting it.