-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
🐛 [Bug report]: Hovering over the trending plays is not working properly when trying to select it from the bottom #1480
Comments
To reduce notifications, issues are locked. Your issue will be unlocked when we add the label |
Hi @priyankarpal , |
got the error. do you want to work on this issue @Mouh1b ? |
Add 'position: relative' to .play-card-container class. Previously, hovering over the Trending Plays cards didn't activate the on-hover action until the cursor passed the middle of the box. This was due to the positioning of the .play-card-container class. This commit adds 'position: relative' to the .play-card-container class, ensuring immediate activation of the on-hover action anywhere inside the box in the Trending Plays cards. Issue: reactplay#1480
Hi @priyankarpal I've figured out that this was due to the positioning of the .play-card-container class. Adding 'position: relative' to the .play-card-container class ensures immediate activation of the on-hover action anywhere inside the box in the Trending Plays card. I want to make a PR if no one is assigned already. |
sure feel free to raise the pr |
Add 'position: relative' to .play-card-container class. Previously, hovering over the Trending Plays cards didn't activate the on-hover action until the cursor passed the middle of the box. This was due to the positioning of the .play-card-container class. This commit adds 'position: relative' to the .play-card-container class, ensuring immediate activation of the on-hover action anywhere inside the box in the Trending Plays cards. Issue: #1480
Descrcibe the bug?
i can not select the trending plays box until I reach the middle of the box content when I try to select it from the bottom
Steps to reproduce the bug?
1.go exactly bellow the trending plays field.
2.try selecting one of the examples while dragging the mouse slowly to it .
3.you'll find that you can't select it until your mouse go past the middle of the box.
Expected behavior
the on-hover action must activate as soon as I hover my mouse anywhere inside the box in the Trending Plays field
Desktop (Please provide your system information)
OS: windows 10
Browser: Opera
Version: the current active one
Mobile (Please provide your device information)
No response
Screenshot / Screenshare
No response
Relevant log output
No response
Record
Code of Conduct
The text was updated successfully, but these errors were encountered: