From 0abfedab69c51a145d507fc330c4d3236c1732d7 Mon Sep 17 00:00:00 2001 From: svetlagasheva Date: Thu, 29 Apr 2021 12:53:58 +0300 Subject: [PATCH] global styles added --- .storybook/styles.less | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .storybook/styles.less diff --git a/.storybook/styles.less b/.storybook/styles.less new file mode 100644 index 000000000..e2c1e697a --- /dev/null +++ b/.storybook/styles.less @@ -0,0 +1,4 @@ +:global(#root) { + width: 100%; + height: 100%; +} \ No newline at end of file