Only scroll when strictly necessary; works better on Chromium

#70
by tomaarsen HF staff - opened
Massive Text Embedding Benchmark org
edited Jan 30

Hello!

Pull Request overview

  • Use "auto" rather than "scroll" in overflow

Details

As of recently, we prevented wrapping in the model column. We then also added overflow scrolling so users can still read the full model name. However, it seems that on Chromium this results in unnecessary scrollbars - it only worked well on Firefox.

Before

This is how it used to look (on Chromium) using a sample app:

image.png

After

This is how it will look after this PR:

image.png
It works identically as before on Firefox:

image.png

cc @osanseviero

  • Tom Aarsen
tomaarsen changed pull request status to open
tomaarsen changed pull request status to merged

Sign up or log in to comment