Norbert de Langen 7f42d2d470
CLEANUP
2020-02-13 13:20:14 +01:00

18 lines
300 B
JavaScript

import { addParameters } from '@storybook/html';
addParameters({
a11y: {
config: {},
options: {
checks: { 'color-contrast': { options: { noScroll: true } } },
restoreScroll: true,
},
},
options: {
showRoots: true,
},
docs: {
iframeHeight: '200px',
},
});