@vueless/storybook 0.0.75-beta.5 → 0.0.75-beta.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -240,7 +240,7 @@ body {
240
240
 
241
241
  /* prevents showing scrollbar in buttons stories */
242
242
  .docs-story > div > div {
243
- @apply mb-px;
243
+ overflow-y: hidden;
244
244
  }
245
245
 
246
246
  .sb-bar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "0.0.75-beta.5",
3
+ "version": "0.0.75-beta.6",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",