Skip to content

Commit

Permalink
fix overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricius Seifert committed Apr 23, 2024
1 parent f95b3be commit 3fc5c8c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/checkout/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ body {
padding: 0;
margin: 0;
min-height: 100vh;
height: 100%;
overflow: hidden;
}

p {
Expand Down
3 changes: 1 addition & 2 deletions src/decide/pages/ProductPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
justify-content: space-between;
align-items: center;
margin-bottom: 1rem;
min-height: 450px;
height: calc(100vh - 400px);
min-height: calc(100vh - 400px);
max-height: 650px;
}

Expand Down
2 changes: 0 additions & 2 deletions src/decide/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ html {
body {
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;
}

p {
Expand Down

0 comments on commit 3fc5c8c

Please sign in to comment.