Skip to content

Commit

Permalink
fix: Fix wrapper CSS styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantiner committed Apr 24, 2024
1 parent 2cb075b commit ceeb325
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/components/src/styles/wrapperStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
max-width: 100%;
height: 100%;
max-height: 100%;
min-height: 100vh;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.5;
Expand Down
1 change: 0 additions & 1 deletion packages/storybook/.storybook/storybookStyles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
max-width: 100%;
height: 100%;
max-height: 100%;
min-height: 100vh;
box-sizing: border-box;
font-size: 1rem;
line-height: 1.5;
Expand Down
1 change: 0 additions & 1 deletion packages/web/src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
@include monovitality-styles-wrapper {
.monovitality-theme-container {
width: 100%;
min-height: 100vh;
max-height: 100%;
height: 100%;
}
Expand Down
1 change: 0 additions & 1 deletion packages/web/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ html {
body {
margin: 0;
min-width: pxToRem(320px);
min-height: 100vh;
height: 100%;
overflow: auto;
overscroll-behavior-y: none;
Expand Down

0 comments on commit ceeb325

Please sign in to comment.