Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
testower committed Sep 26, 2023
1 parent ccd7b85 commit 95c2c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-next/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
.itinerary-list-container {
width: 36rem;
height: calc(100vh - 200px);
overflow: scroll;
overflow-y: auto;
}

0 comments on commit 95c2c20

Please sign in to comment.