Problem:
When not signed in to forum.defold.com #dmenu overlaps the “sign up / sign in” text on width higher than 850px. (4k monitor,desktop,chrome,win)
Expected: Text should not overlap, could cause minor usability issues, looks unprofessional ( +1shame )
Fix: change #dmenu position in desktop-scss-defold.scss from right:200px to 250px (230px min)
Code:
#dmenu {
position: absolute;
top: 3px;
right: 250px;
}