Skip to content

Commit 36b0f84

Browse files
authored
docs(Storybook): hide viewport button of toolbar (#5945)
1 parent 9f9bbc7 commit 36b0f84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/manager.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ addons.setConfig({
5252
return !item.tags.includes('excludeFromSidebar');
5353
}
5454
}
55+
},
56+
toolbar: {
57+
'storybook/viewport': { hidden: true }
5558
}
5659
});

0 commit comments

Comments
 (0)