Skip to content

Commit

Permalink
chore:🌻 add fullscreen without padding
Browse files Browse the repository at this point in the history
  • Loading branch information
NsdHSO committed Nov 3, 2023
1 parent a5f564a commit 889f554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ export const decorators = [
];
import docJson from '../documentation.json';
setCompodocJson(docJson);
export const parameters = {
layout: 'fullscreen',
};
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.progress-wrapper {
&-content {
width: 100%;
height: calc(100vh - 4rem);
height: calc(100vh - 3rem);
}
&-bar {
@apply flex items-center px-2 bg-green-50;
Expand Down

0 comments on commit 889f554

Please sign in to comment.