Meelo icon indicating copy to clipboard operation
Meelo copied to clipboard

Horizontal Scrollbars look funky

Open Arthi-chaud opened this issue 1 year ago • 3 comments

In horizontally-scrolling containers, the scrollbar's position does not look right. Here is an example: Screenshot 2024-07-06 at 11 57 01

Arthi-chaud avatar Jun 28 '24 09:06 Arthi-chaud

Hi! If this problem is relevant, then I would like to solve it and make PR

ramazanix avatar Jun 24 '25 19:06 ramazanix

Hi @ramazanix, it is by no means a priority and I am not sure how we could enhance this visually. But if you are feeling inspired, please give it a go :)

Arthi-chaud avatar Jun 24 '25 19:06 Arthi-chaud

Finally decided hide scrollbar. I spied it on music.yandex.ru User will be able to scroll it with pressed shift. On screens also everything working fine!

Image

I'm also noticed some bug with displaying favourite albums

Image

Fixed this with changing front/apps/web/src/components/highlight-card/index.tsx:129 to overflowY: "auto"

Image

In song info tab I noticed bug with displaying song type

Image

Fixed this with changing front/packages/models/src/utils.ts:89 to ``songType.${uncapitalize(songType)}${plural ? "_plural" : ""}\;

ramazanix avatar Jun 25 '25 04:06 ramazanix