UX-and-I / storybook-design-token

Display design token documentation generated from your stylesheets and icon files. Preview design token changes in the browser. Add your design tokens to your Storybook Docs pages using the custom Doc Blocks.
https://dev.to/psqrrl/managing-design-tokens-using-storybook-5975
MIT License
648 stars 123 forks source link

Bad layout of the TokenTable component in Safari #120

Closed ilyamore88 closed 2 years ago

ilyamore88 commented 2 years ago

Position: relative doesn't work with tbody in Safari.

image

Safari: Version 15.6 (16613.3.9.1.7, 16613)

Sqrrl commented 2 years ago

Thanks for reporting. Could you check v2.7.0. Should be fixed.

ilyamore88 commented 2 years ago

Hi, @Sqrrl. It works fine, thank you!

image