cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Fix layout #112

Closed skodapetr closed 1 year ago

skodapetr commented 1 year ago

There are scroll bars in the sequence section, they should not be there.

image

luk27official commented 1 year ago

Unfortunately, this is the best way how the RCSB plugin could be visualised right now. The x-overflow is present because of possible resizing of the entire window (otherwise the whole component would have to be re-rendered, which would be inefficient). It is possible to reduce the need of the y-overflow by resizing the height of the tracks, but I think that making the tracks smaller would make them less usable.

One improvement that came into my mind was to possibly create a better-looking custom scrollbar.

luk27official commented 1 year ago

Moreover, we should try to make the left padding of the track labels smaller, if possible.