First words, from storybook site: "Storybook is a frontend workshop for building UI components and pages in isolation."
But as I see it, there is no isolation here, for example for css..
Look at 3 demo-components, that comes with storybook. Just open /header/header.css and add style ".storybook-button{background-color:red !important;}".
So, now button component is affected by header component.
Do I miss something obvious in configuration? Or I MUST to use css-modules to solve this issue? What is purpose to render components in iframe, when every components mixed in this iframe?