We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6824d66 commit ef364b6Copy full SHA for ef364b6
webview/.storybook/preview.ts
@@ -1,6 +1,7 @@
1
import { InternalVsCodeApi } from '../src/shared/api'
2
import { action } from '@storybook/addon-actions'
3
import { viewports } from '../src/stories/util'
4
+import './styles.scss'
5
6
declare global {
7
interface Window {
webview/.storybook/styles.scss
@@ -0,0 +1,4 @@
+#root {
+ width: 100%;
+ height: 100%;
+}
0 commit comments