mirror of
https://github.com/IAmTomShaw/f1-race-replay.git
synced 2026-05-09 16:35:49 +02:00
[GH-ISSUE #105] [Visual Improvement Request] Track positioning causing overlaps #22
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/f1-race-replay#22
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?
Originally created by @Reyxpixel on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/IAmTomShaw/f1-race-replay/issues/105
There is an overlap on some tracks with the UI such as the image below where the speed control is overlapping the track.


This can be fixed by moving the track upwards if there is some space above by properly defining some margins.
Logic: Find out maximum track layout dimensions, manipulate position of track within a certain defined area to improve the layout, consistency and fix this bug.
@JoseCostaUni commented on GitHub (Mar 14, 2026):
I would like to tackle this if no one has done it yet.