fix: Improved data table visibility on different devices
This change introduces new behavior for the data table. If the device supports a fine pointer (mouse or touchpad) and a screen width that is less than 1400px, we will set a max height on the table allowing the horizontal scroll bar to be easily accessable. If the device supports a coarse input (touch) we will not set a max height on the table, because horizontal scrolling is a simple swipe. If the device has a screen that is wider than 1400px we will not set a max height on the table, as there would not be a horizontal scroll bar.master
parent
d048472a7d
commit
d0e1ded041
Loading…
Reference in New Issue