You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue also applied when trying to downvote a post at the end of a user's feed and in all other scenarios where the downvote button appears towards the bottom of the screen.
Upvote overlay has a "top: -30px" set so this implementation was replicated with a "top" of -270px for the downvote overlay.
270px was chosen as it allows for the contents of the overlay to be visible when at downvoting the first and last post in a feed.
A margin-left of -36px was added so that the close 'X' button is visible on mobile devices. (left did not work due to 'left: 0%' being set in the Dropdown.scss file.
If the page has only 1 comment, and when I want to downvote, half is hidden.
Tested on Chrome and Edge
The text was updated successfully, but these errors were encountered: