Thanks to visit codestin.com Credit goes to github.com
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 c1531a9 commit 9b7a8d0Copy full SHA for 9b7a8d0
web-app/.storybook/config.ts
@@ -17,21 +17,5 @@ function loadStories() {
17
req.keys().forEach(req)
18
}
19
20
-// set viewport width
21
-// see https://www.npmjs.com/package/@storybook/addon-viewport
22
-addParameters({
23
- viewport: {
24
- viewports: {
25
- name: 'SideMenu',
26
- styles: {
27
- width: 200,
28
- height: window.innerHeight,
29
- },
30
- type: 'mobile'
31
32
- defaultViewport: 'SideMenu',
33
34
-})
35
-
36
configure(loadStories, module)
37
web-app/src/components/Workspace/index.tsx
@@ -19,6 +19,7 @@ const Workspace = ({ children }: Props) => {
const styles = {
page: {
+ display: 'flex' as 'flex',
margin: 0,
backgroundColor: 'white',
},
0 commit comments