storybook.css 74 B

123456
  1. html,
  2. body {
  3. max-width: unset;
  4. overflow: auto;
  5. user-select: text;
  6. }