2020-01-31 16:41:55 -07:00

18 lines
314 B
JavaScript

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