Tradeshift / tradeshift-ui

Tradeshift UI is a framework-agnostic JavaScript library to help Tradeshift App developers to create cohesive user experiences and to provide reusable UI components.
https://ui.tradeshift.com
Other
33 stars 44 forks source link

[Table] Scrollbar overlaps ts-number cell #601

Open n-srg opened 6 years ago

n-srg commented 6 years ago

Bug report

table body uses overflow-y: scroll !important;, so scrollbar is the problem here

Tradeshift UI version affected

v10.0.22

Expected Behavior

Don't know actually, at least show cell values clearly

Actual Behavior

scrollbar overlaps last column's values

Steps to reproduce

create table with the last column as ts-number

Screenshots (optional)


image image

Chris-Xie commented 6 years ago

+1 We also noticed this behavior. It would be nice if we can have a fix for this.