novasamatech / nova-spektr

Nova Spektr — All-in-one Polkadot desktop wallet supporting multisigs, staking, light clients, and more
https://novaspektr.io
Apache License 2.0
38 stars 16 forks source link

Scroll bar. Make scroll bar better #1970

Open stepanLav opened 1 month ago

stepanLav commented 1 month ago

Description

Currently, when scroll bar appears it takes separate place on the screen what causes the jerky effect. For the Basket it resolves by that: https://github.com/novasamatech/nova-spektr/pull/1968

basically we need to add through the whole application

johnthecat commented 1 month ago

I suggest to create separated utility component ScrollArea, that handle that case and also solve some css flexbox issues.