Browse Source

Fix Storybook rendering of body element

Thibaud Colas 1 year ago
parent
commit
42600f8bec
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/storybook/preview.scss

+ 1 - 0
client/storybook/preview.scss

@@ -3,6 +3,7 @@
 
 body {
   font-size: 1rem;
+  overflow-x: auto;
 }
 
 // Fix compatibility issue with Wagtail styles.