Fix for inventory table rendering issue on mobile Safari
What's Changed
-
This release fixes a really bad visual bug on mobile Safari (iOS):
- When the mobile device was in landscape mode, the table would appear inset with the device's safe area, resulting in significant whitespace on both sides of the table. This reduced the width of the table, and the previous flexbox configuration prevented horizontal scrolling. Thus a column or two was effectively trimmed and visually unavailable.
- Now, the site extends to the full width of the device and the flexbox configuration for the inventory table has been adjusted to allow for horizontal scrolling when the table overflows the horizontal width of the viewport.
-
Fixing table overflow in mobile Safari by @Ben-Chapman in #74
Full Changelog: v1.14.0...v1.14.1