ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
983 stars 386 forks source link

beatmap search listing: unwanted map difficulties dropdown appears when hovering beside difficulties pills #11498

Open aplotor opened 2 months ago

aplotor commented 2 months ago

originally from https://github.com/ppy/osu/discussions/29890


map difficulties dropdown appears when cursor hovers BESIDE difficulties pills in the card of a map, causing extra clutter and blocking view and access to the card(s) below it, when it was not my intent to view the difficulties dropdown

see video for example (external link bc of github 10mb filesize limit): here i'm only trying to scroll down the list of maps; not trying to view the difficulties dropdowns for any of them, but the dropdown keeps appearing and blocking the card(s) below after almost every scroll because my cursor is in the blank space next to the difficulties pills

im not sure if this behavior was designed like this or an oversight, but i think it would be better for the dropdown to only appear if the user hovers on top of the difficulties pills, and not when hovering beside them

thanks !