Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't downvote, the voting bar hidden #3911

Open
DoctorLai opened this issue Jan 11, 2024 · 1 comment
Open

Can't downvote, the voting bar hidden #3911

DoctorLai opened this issue Jan 11, 2024 · 1 comment

Comments

@DoctorLai
Copy link

image

If the page has only 1 comment, and when I want to downvote, half is hidden.
Tested on Chrome and Edge

the-gorilla-steem added a commit to the-gorilla-steem/condenser that referenced this issue May 14, 2024
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.
@the-gorilla-steem
Copy link
Contributor

Fixed in my fork and ready to merge.

the-gorilla-steem added a commit to the-gorilla-steem/condenser that referenced this issue Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants