Skip to content

Commit

Permalink
fix(basket): add max height to basket
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Jun 6, 2024
1 parent cfcafba commit 2b2b9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/api-operation-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
background-color: white;
border-radius: 20px;
border: 2px solid black;
max-height: 500px;
overflow-y: auto;
}
.basket-item {
display: flex;
Expand Down

0 comments on commit 2b2b9a5

Please sign in to comment.