Horizontal Scrollbars look funky
In horizontally-scrolling containers, the scrollbar's position does not look right. Here is an example:
Hi! If this problem is relevant, then I would like to solve it and make PR
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 :)
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!
I'm also noticed some bug with displaying favourite albums
Fixed this with changing front/apps/web/src/components/highlight-card/index.tsx:129 to overflowY: "auto"
In song info tab I noticed bug with displaying song type
Fixed this with changing front/packages/models/src/utils.ts:89 to ``songType.${uncapitalize(songType)}${plural ? "_plural" : ""}\;