Skip to content

Commit

Permalink
fix: the products skeleton jumping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Jun 14, 2023
1 parent 7f16885 commit 768fefc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

.utrecht-page-loading__body {
block-size: 70vh;
block-size: 50svh;
}

.utrecht-page-loading__body-item {
Expand Down
1 change: 0 additions & 1 deletion apps/frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ body {
"Droid Sans", "Helvetica Neue", sans-serif;
margin-block: 0;
margin-inline: 0;
overflow-y: hidden;
padding-block: 0;
padding-inline: 0;
}
Expand Down

0 comments on commit 768fefc

Please sign in to comment.